summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/patches/patch-af')
-rw-r--r--security/openssl/patches/patch-af11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/openssl/patches/patch-af b/security/openssl/patches/patch-af
index e23a3936201..0e7569c24b0 100644
--- a/security/openssl/patches/patch-af
+++ b/security/openssl/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.4 2002/08/04 15:47:47 fredb Exp $
+$NetBSD: patch-af,v 1.5 2002/08/10 04:50:33 fredb Exp $
---- Makefile.org.orig Fri Jul 19 11:33:26 2002
+--- Makefile.org.orig Fri Aug 9 06:43:56 2002
+++ Makefile.org
@@ -169,7 +169,7 @@
MAKEFILE= Makefile.ssl
@@ -11,16 +11,17 @@ $NetBSD: patch-af,v 1.4 2002/08/04 15:47:47 fredb Exp $
MAN1=1
MAN3=3
SHELL=/bin/sh
-@@ -261,7 +261,7 @@
+@@ -262,8 +262,7 @@
libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
( set -x; ${CC} ${SHARED_LDFLAGS} \
-shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
- -Wl,-soname=lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
+- -Wl,-Bsymbolic \
+ -Wl,-soname=lib$$i.so.${SHLIB_MAJOR} \
- -Wl,-Bsymbolic \
-Wl,--whole-archive lib$$i.a \
-Wl,--no-whole-archive $$libs ${EX_LIBS} -lc ) || exit 1; \
-@@ -631,10 +631,10 @@
+ libs="$$libs -l$$i"; \
+@@ -632,10 +631,10 @@
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib \
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \