Browse Source

bash: do build in src directory

Fixes:
/usr/bin/install: cannot stat '/home/builder/.termux-build/bash/build/y.tab.h': No such file or directory
android-5
Leonid Plyushch 6 years ago
committed by Fredrik Fornwall
parent
commit
d1a60445ec
  1. 1
      packages/bash/build.sh

1
packages/bash/build.sh

@ -7,6 +7,7 @@ _PATCH_VERSION=2
TERMUX_PKG_SHA256=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION}
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/bash/bash-${_MAIN_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-multibyte --without-bash-malloc"

Loading…
Cancel
Save