From: Mark Adler Date: Mon, 23 Apr 2012 01:41:11 +0000 (-0700) Subject: Remove -R. from Solaris shared build (possible security issue). X-Git-Tag: v1.2.7~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc538ebf79223487a958e4fc77abde0664e45747;p=thirdparty%2Fzlib-ng.git Remove -R. from Solaris shared build (possible security issue). --- diff --git a/configure b/configure index 314353870..e672f36e4 100755 --- a/configure +++ b/configure @@ -277,7 +277,7 @@ else LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;; SunOS\ 5* | solaris*) LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"} - SFLAGS=${CFLAGS-"-fast -KPIC -R."} + SFLAGS=${CFLAGS-"-fast -KPIC"} CFLAGS=${CFLAGS-"-fast"} if test $build64 -eq 1; then # old versions of SunPRO/Workshop/Studio don't support -m64,