mirror of https://github.com/BOINC/boinc.git
ANDROID: Add libboinczip to the list of BOINC libraries built and installed in the toolchain on Android.
This commit is contained in:
parent
0f01b5bb57
commit
726f849f3a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue