aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-04-22 18:41:11 -0700
committerMark Adler <madler@alumni.caltech.edu>2012-04-22 18:41:11 -0700
commitcc538ebf79223487a958e4fc77abde0664e45747 (patch)
tree82720525a295ebfaf00cdf07190f8cacbbe2abc1 /configure
parent6635b789876a05e1844d69d1c8067bb7c11c4462 (diff)
downloadzlib-cc538ebf79223487a958e4fc77abde0664e45747.tar.gz
zlib-cc538ebf79223487a958e4fc77abde0664e45747.tar.bz2
zlib-cc538ebf79223487a958e4fc77abde0664e45747.zip
Remove -R. from Solaris shared build (possible security issue).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3143538..e672f36 100755
--- a/configure
+++ b/configure
@@ -277,7 +277,7 @@ else
277 LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;; 277 LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;;
278 SunOS\ 5* | solaris*) 278 SunOS\ 5* | solaris*)
279 LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"} 279 LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"}
280 SFLAGS=${CFLAGS-"-fast -KPIC -R."} 280 SFLAGS=${CFLAGS-"-fast -KPIC"}
281 CFLAGS=${CFLAGS-"-fast"} 281 CFLAGS=${CFLAGS-"-fast"}
282 if test $build64 -eq 1; then 282 if test $build64 -eq 1; then
283 # old versions of SunPRO/Workshop/Studio don't support -m64, 283 # old versions of SunPRO/Workshop/Studio don't support -m64,