Remove -R. from Solaris shared build (possible security issue).

pull/15/merge
Mark Adler 13 years ago
parent 6635b78987
commit cc538ebf79
  1. 2
      configure

2
configure vendored

@ -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,

Loading…
Cancel
Save