diff options
Diffstat (limited to 'security/openssl/patches/patch_netbsd-ae')
-rw-r--r-- | security/openssl/patches/patch_netbsd-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/openssl/patches/patch_netbsd-ae b/security/openssl/patches/patch_netbsd-ae new file mode 100644 index 00000000000..a36ff5660f9 --- /dev/null +++ b/security/openssl/patches/patch_netbsd-ae @@ -0,0 +1,12 @@ +$NetBSD: patch_netbsd-ae,v 1.1 2001/04/05 14:01:00 wiz Exp $ + +--- crypto/Makefile.ssl.orig Mon Aug 2 16:44:47 1999 ++++ crypto/Makefile.ssl Wed Oct 20 17:31:16 1999 +@@ -48,6 +48,7 @@ + @(cd ..; $(MAKE) DIRS=$(DIR) all) + + all: buildinf.h lib subdirs ++ cd ${TOP} && csh ${MAKELIB} ${IS_ELF} libcrypto.so.${MAJOR}.${MINOR} libcrypto.a + + buildinf.h: ../Makefile.ssl + ( echo "#ifndef MK1MF_BUILD"; \ |