Browse Source

libtalloc: Build with --disable-python

Without --disable-python the libtalloc build may pick up an
invalid python2.7-configure from the Android toolchain.
android-5
Fredrik Fornwall 8 years ago
parent
commit
428c7139d2
  1. 7
      packages/libtalloc/build.sh

7
packages/libtalloc/build.sh

@ -42,7 +42,8 @@ Checking getconf large file support flags work: OK
EOF EOF
./configure --prefix=$TERMUX_PREFIX \ ./configure --prefix=$TERMUX_PREFIX \
--disable-rpath \ --disable-rpath \
--cross-compile \ --disable-python \
--cross-answers=cross-answers.txt --cross-compile \
--cross-answers=cross-answers.txt
} }

Loading…
Cancel
Save