libtalloc: Build with --disable-python
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 28 Sep 2016 23:51:21 +0000 (19:51 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 28 Sep 2016 23:51:21 +0000 (19:51 -0400)
Without --disable-python the libtalloc build may pick up an
invalid python2.7-configure from the Android toolchain.

packages/libtalloc/build.sh

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