mirror of https://github.com/BOINC/boinc.git
ANDROID: When building the libraries on Android, include boinczip.
This commit is contained in:
parent
72e4064ac2
commit
b6f919b957
|
@ -41,24 +41,12 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=arm-linux --with-boinc-platform="arm-android-linux-gnu" --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static
|
||||
./configure --host=arm-linux --with-boinc-platform="arm-android-linux-gnu" --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static --enable-boinczip
|
||||
fi
|
||||
make
|
||||
make stage
|
||||
make install
|
||||
|
||||
echo "==================building Libraries from $BOINC/zip =========================="
|
||||
cd 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
|
||||
|
|
|
@ -41,24 +41,12 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=mipsel-linux --with-boinc-platform="mipsel-android-linux-gnu" --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static
|
||||
./configure --host=mipsel-linux --with-boinc-platform="mipsel-android-linux-gnu" --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static --enable-boinczip
|
||||
fi
|
||||
make
|
||||
make stage
|
||||
make install
|
||||
|
||||
echo "==================building Libraries from $BOINC/zip =========================="
|
||||
cd 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
|
||||
|
|
|
@ -41,24 +41,12 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=i686-linux --with-boinc-platform="x86-android-linux-gnu" --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static
|
||||
./configure --host=i686-linux --with-boinc-platform="x86-android-linux-gnu" --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static --enable-boinczip
|
||||
fi
|
||||
make
|
||||
make stage
|
||||
make install
|
||||
|
||||
echo "==================building Libraries from $BOINC/zip =========================="
|
||||
cd 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