"=head3" tags only work with recent versions of the pod tools and 0.9.7
[oweals/openssl.git] / Makefile.org
index e6daf017d32fc2f43bf6cc10c2d6ae0cb2063d1b..d110cc8297a46e4c61cb0f112a450ca5c575fdfb 100644 (file)
@@ -360,7 +360,8 @@ do_solaris-shared:
                  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; \
+                       -Wl,-z,allextract lib$$i.a -Wl,-z,defaultextract \
+                       $$libs ${EX_LIBS} -lc ) || exit 1; \
                libs="$$libs -l$$i"; \
                done; \
        fi