chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
067ae38
)
libtalloc: Build with --disable-python
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 28 Sep 2016 23:51:21 +0000
(19:51 -0400)
committer
Fredrik 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
patch
|
blob
|
blame
|
history
diff --git
a/packages/libtalloc/build.sh
b/packages/libtalloc/build.sh
index 921c28b42e6b12d0abc1ee333f02e4c4f657069b..28bb29b64e0a7046153f256e15dee06bb1f058ed 100644
(file)
--- a/
packages/libtalloc/build.sh
+++ b/
packages/libtalloc/build.sh
@@
-42,7
+42,8
@@
Checking getconf large file support flags work: OK
EOF
./configure --prefix=$TERMUX_PREFIX \
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
}
}