ANDROID: Add libboinczip to the list of BOINC libraries built and installed in the toolchain on Android.

This commit is contained in:
Rom Walton 2014-04-16 19:11:49 -04:00
parent 0f01b5bb57
commit 726f849f3a
3 changed files with 39 additions and 0 deletions

View File

@ -46,6 +46,19 @@ make
make stage
make install
if [ -n "$COMPILEBOINC" ]; then
echo "==================building Libraries from $BOINC/zip =========================="
cd $BOINC/zip
if [ -n "$MAKECLEAN" ]; then
make clean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static
fi
make
make install
echo "=============================BOINC done============================="
fi

View File

@ -46,6 +46,19 @@ make
make stage
make install
if [ -n "$COMPILEBOINC" ]; then
echo "==================building Libraries from $BOINC/zip =========================="
cd $BOINC/zip
if [ -n "$MAKECLEAN" ]; then
make clean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static
fi
make
make install
echo "=============================BOINC done============================="
fi

View File

@ -46,6 +46,19 @@ make
make stage
make install
if [ -n "$COMPILEBOINC" ]; then
echo "==================building Libraries from $BOINC/zip =========================="
cd $BOINC/zip
if [ -n "$MAKECLEAN" ]; then
make clean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static
fi
make
make install
echo "=============================BOINC done============================="
fi