diff --git a/android/build_boinc_arm.sh b/android/build_boinc_arm.sh index 7d0eb69987..731c330b79 100755 --- a/android/build_boinc_arm.sh +++ b/android/build_boinc_arm.sh @@ -41,7 +41,7 @@ make distclean fi if [ -n "$CONFIGURE" ]; then ./_autosetup -./configure --host=arm-linux --with-boinc-platform="arm-android-linux-gnu" --with-ssl="$TCINCLUDES" --disable-server --disable-manager --disable-shared --enable-static +./configure --host=arm-linux --with-boinc-platform="arm-android-linux-gnu" --with-ssl="$TCINCLUDES" --disable-server --disable-manager --disable-shared --enable-static --disable-largefile sed -e "s%^CLIENTLIBS *= *.*$%CLIENTLIBS = -lm $STDCPPTC%g" client/Makefile > client/Makefile.out mv client/Makefile.out client/Makefile fi diff --git a/android/build_boinc_x86.sh b/android/build_boinc_x86.sh index 26b755e4a2..e5caa0532f 100755 --- a/android/build_boinc_x86.sh +++ b/android/build_boinc_x86.sh @@ -41,7 +41,7 @@ make distclean fi if [ -n "$CONFIGURE" ]; then ./_autosetup -./configure --host=i686-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl="$TCINCLUDES" --disable-server --disable-manager --disable-shared --enable-static +./configure --host=i686-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl="$TCINCLUDES" --disable-server --disable-manager --disable-shared --enable-static --disable-largefile sed -e "s%^CLIENTLIBS *= *.*$%CLIENTLIBS = -lm $STDCPPTC%g" client/Makefile > client/Makefile.out mv client/Makefile.out client/Makefile fi