summaryrefslogtreecommitdiff
path: root/dist-build/android-build.sh
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-11-11 11:18:18 -0500
committerMicah Anderson <micah@riseup.net>2014-11-11 11:18:18 -0500
commitc73b6c9ba513fea3e18b696e659049df69931171 (patch)
treea001cd6acbecead76b9a55f324278e8d077fe3d5 /dist-build/android-build.sh
parenteabdc6e3d62550679476899dd861c23b63937142 (diff)
update to 1.0.0-1 version of the package
Diffstat (limited to 'dist-build/android-build.sh')
-rwxr-xr-xdist-build/android-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist-build/android-build.sh b/dist-build/android-build.sh
index deb333e..ba848d7 100755
--- a/dist-build/android-build.sh
+++ b/dist-build/android-build.sh
@@ -31,6 +31,7 @@ $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
./configure --host="${HOST_COMPILER}" \
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" \
--prefix="${PREFIX}" \
+ --enable-minimal \
--disable-soname-versions && \
make clean && \
make -j3 install && \