mirror of https://github.com/BOINC/boinc.git
Explicitly disable zlib for arm to avoid linker errors down the line.
This commit is contained in:
parent
72f09d44c2
commit
b6fa74450d
|
@ -37,7 +37,7 @@ if [ -n "$MAKECLEAN" ]; then
|
|||
make clean
|
||||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static --with-random=/dev/urandom
|
||||
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static --with-random=/dev/urandom --without-zlib
|
||||
fi
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue