Explicitly disable zlib for arm to avoid linker errors down the line.

This commit is contained in:
Marco Nilsson 2016-11-08 15:11:37 +01:00
parent 72f09d44c2
commit b6fa74450d
1 changed files with 1 additions and 1 deletions

View File

@ -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