Remove -R. from Solaris shared build (possible security issue).
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -277,7 +277,7 @@ else
|
|||||||
LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;;
|
LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;;
|
||||||
SunOS\ 5* | solaris*)
|
SunOS\ 5* | solaris*)
|
||||||
LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"}
|
LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"}
|
||||||
SFLAGS=${CFLAGS-"-fast -KPIC -R."}
|
SFLAGS=${CFLAGS-"-fast -KPIC"}
|
||||||
CFLAGS=${CFLAGS-"-fast"}
|
CFLAGS=${CFLAGS-"-fast"}
|
||||||
if test $build64 -eq 1; then
|
if test $build64 -eq 1; then
|
||||||
# old versions of SunPRO/Workshop/Studio don't support -m64,
|
# old versions of SunPRO/Workshop/Studio don't support -m64,
|
||||||
|
|||||||
Reference in New Issue
Block a user