aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.sh b/configure.sh
index 3d01c8d..3202d02 100644
--- a/configure.sh
+++ b/configure.sh
@@ -136,13 +136,10 @@ then
echo "zlib: Unpacking archive..."
pushd ${BUILD_DIR}
${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
- #${PATCH?} -p0 < ${SRCDIR}/dist/install.diff
echo "zlib: Configuring..."
cd ${NAME}
- # Guess whether Cactus uses static linking, and if so, build
- # only static libraries
- ./configure --prefix=${ZLIB_DIR} $(if echo '' ${LDFLAGS} | grep -q static; then echo '' '--static'; fi)
+ ./configure --prefix=${ZLIB_DIR} --static
echo "zlib: Building..."
${MAKE}