SHA256
3
0
forked from pool/zlib
zlib/zlib-1.2.1-CFLAGS.dif
OBS User autobuild 1c3af89309 Accepting request 25075 from Archiving
Copy from Archiving/zlib based on submit request 25075 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/25075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=13
2009-11-26 23:54:06 +00:00

14 lines
524 B
Plaintext

Index: configure
===================================================================
--- configure.orig 2005-07-11 22:11:57.000000000 +0200
+++ configure 2009-11-24 17:22:26.143484000 +0100
@@ -73,7 +73,7 @@ esac
if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
CC="$cc"
- SFLAGS=${CFLAGS-"-fPIC -O3"}
+ SFLAGS="-fPIC "${CFLAGS-"-O3"}
CFLAGS="$cflags"
case `(uname -s || echo unknown) 2>/dev/null` in
Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};;