spack/var/spack/repos/builtin/packages/zlib/w_patch.patch

14 lines
564 B
Diff
Raw Normal View History

diff --git a/configure b/configure
index e974d1f..ed26a63 100755
--- a/configure
+++ b/configure
@@ -409,7 +409,7 @@ EOF
if test $shared -eq 1; then
echo Checking for shared library support... | tee -a configure.log
# we must test in two steps (cc then ld), required at least on SunOS 4.x
- if try $CC -w -c $SFLAGS $test.c &&
+ if try $CC -c $SFLAGS $test.c &&
try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
elif test -z "$old_cc" -a -z "$old_cflags"; then