From 98327fc896718a1808e1bc9d79f894563af69392 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 15 Mar 2013 19:19:56 +0000 Subject: Disable shared libraries git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/zlib/trunk@21 d47fded2-66c1-406f-af09-4fc0800f9c6b --- configure.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.sh') 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} -- cgit v1.2.3