diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-04-22 18:41:11 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-04-22 18:41:11 -0700 |
commit | cc538ebf79223487a958e4fc77abde0664e45747 (patch) | |
tree | 82720525a295ebfaf00cdf07190f8cacbbe2abc1 /configure | |
parent | 6635b789876a05e1844d69d1c8067bb7c11c4462 (diff) | |
download | zlib-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |