gdk-pixbuf: Update from 2.36.2 to 2.36.4
[termux-packages] / packages / libtalloc / build.sh
index c12d205..28bb29b 100644 (file)
@@ -26,7 +26,7 @@ Checking for WORDS_BIGENDIAN: OK
 Checking for C99 vsnprintf: OK
 Checking for HAVE_SECURE_MKSTEMP: OK
 rpath library support: OK
--Wl,--version-script support: OK
+-Wl,--version-script support: FAIL
 Checking correct behavior of strtoll: OK
 Checking correct behavior of strptime: OK
 Checking for HAVE_IFACE_GETIFADDRS: OK
@@ -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
 }