summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2002-12-14 21:51:23 +0000
committerAndy Polyakov <appro@openssl.org>2002-12-14 21:51:23 +0000
commitbb38cd49e46ea128d304e5a4448ef7f350c9adb0 (patch)
tree65a8088bd2cf8e193ae72d47fe4f278ba74ca306 /Makefile.org
parent1cbdbcd5871298ded16750d0c41a979519ed402b (diff)
Solaris shared build fix-ups. See RT#238,239 for details.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 025b9122c9..31c7efd776 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -352,8 +352,8 @@ do_solaris-shared:
else \
libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
( PATH=/usr/ccs/bin:$$PATH ; export PATH; \
- set -x; ${CC} ${SHARED_LDFLAGS} \
- -G -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
+ set -x; ${CC} ${SHARED_LDFLAGS} -G -dy -z text \
+ -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
-h lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
-z allextract lib$$i.a $$libs ${EX_LIBS} -lc ) || exit 1; \
libs="$$libs -l$$i"; \