pkgsrc/security/ssleay/patches/patch-ag
tv 3ce6737b37 - libtoolize for use by mod_ssl (name is now "ssleay" and not "SSLeay" to
match directory name and to differentiate from previous version)
- remove md5 symlink to ssleay (conflicts with /usr/bin/md5)
- move all include files to $PREFIX/include/ssleay (too much conflict
  potential in $PREFIX/include, not the least of which is md5.h)
- link rsaref glue goop right into libcrypto, only as required
- turn asm off on alpha temporarily while trying to find source of math
  errors on LP64
- set NOT_FOR_ARCHS=alpha *64 to prevent compiling on LP64 platforms
1998-12-03 17:29:58 +00:00

15 lines
385 B
Text

$NetBSD: patch-ag,v 1.1 1998/12/03 17:30:00 tv Exp $
--- ssl/Makefile.ssl.orig Tue Dec 1 12:11:18 1998
+++ ssl/Makefile.ssl Tue Dec 1 12:26:31 1998
@@ -54,8 +54,8 @@
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
- sh $(TOP)/util/ranlib.sh $(LIB)
+ (cd ..; ${CC} -o libssl.la ${LIBOBJ:S/^/ssl\//:S/.o$/.lo/} \
+ -version-info 0:0 -rpath ${PREFIX}/lib)
@touch lib
files: