diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-05 23:29:42 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-05 23:29:42 +0000 |
commit | 41b34a29823f05f03066e4bc7df485359a17769c (patch) | |
tree | 2f74e3cb3f2f4d0d0b327190c8bd5e9d30cce355 /security | |
parent | ef5a1dd75966652741df15fde349496dcaa8efaf (diff) | |
download | pkgsrc-41b34a29823f05f03066e4bc7df485359a17769c.tar.gz |
no need to link libgmp.
Diffstat (limited to 'security')
-rw-r--r-- | security/isakmpd/files/patch-sum | 4 | ||||
-rw-r--r-- | security/isakmpd/patches/patch-ad | 15 | ||||
-rw-r--r-- | security/isakmpd/patches/patch-ae | 23 |
3 files changed, 41 insertions, 1 deletions
diff --git a/security/isakmpd/files/patch-sum b/security/isakmpd/files/patch-sum index 0656ba30b97..bf9de55f1b2 100644 --- a/security/isakmpd/files/patch-sum +++ b/security/isakmpd/files/patch-sum @@ -1,6 +1,8 @@ -$NetBSD: patch-sum,v 1.8 2001/04/04 03:45:14 itojun Exp $ +$NetBSD: patch-sum,v 1.9 2001/04/05 23:29:42 itojun Exp $ SHA1 (patch-aa) = d1616a16251ccd770c392e60057b357b7224d38a SHA1 (patch-ab) = f30c790f42d72866e95092848e102e4c3728365c SHA1 (patch-ac) = 3f36a2bfff793f55c79f67affe142a8807082e70 +SHA1 (patch-ad) = 8c477b99fd3d82ccb52b01374450295cc25244c0 +SHA1 (patch-ae) = f289972d8b22c8253667e655db95ad0952c4a2e1 SHA1 (patch-ba) = fe9f9eed9955eeb691fb48497cd303203d6ea5d2 diff --git a/security/isakmpd/patches/patch-ad b/security/isakmpd/patches/patch-ad new file mode 100644 index 00000000000..cb97d0dddd3 --- /dev/null +++ b/security/isakmpd/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.3 2001/04/05 23:29:42 itojun Exp $ + +--- sysdep/netbsd/GNUmakefile.sysdep- Fri Apr 6 08:26:41 2001 ++++ sysdep/netbsd/GNUmakefile.sysdep Fri Apr 6 08:27:01 2001 +@@ -33,8 +33,8 @@ + LIBSYSDEPDIR:= ${.CURDIR}/sysdep/common/libsysdep + LIBSYSDEP:= ${LIBSYSDEPDIR}/libsysdep.a + +-LDADD+= ${LIBGMP} ${LIBSYSDEP} +-DPADD+= ${LIBGMP} ${LIBSYSDEP} ++LDADD+= ${LIBSYSDEP} ++DPADD+= ${LIBSYSDEP} + + FEATURES= debug tripledes des blowfish cast ec aggressive x509 + # Not yet diff --git a/security/isakmpd/patches/patch-ae b/security/isakmpd/patches/patch-ae new file mode 100644 index 00000000000..edb9a513c9b --- /dev/null +++ b/security/isakmpd/patches/patch-ae @@ -0,0 +1,23 @@ +$NetBSD: patch-ae,v 1.1 2001/04/05 23:29:43 itojun Exp $ + +--- sysdep/netbsd/Makefile.sysdep- Fri Apr 6 08:26:44 2001 ++++ sysdep/netbsd/Makefile.sysdep Fri Apr 6 08:26:53 2001 +@@ -36,8 +36,8 @@ + LIBCRYPTO= /usr/lib/libcrypto.a + LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep + +-LDADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a -lipsec +-DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a ${LIBIPSEC} ++LDADD+= ${LIBSYSDEPDIR}/libsysdep.a -lipsec ++DPADD+= ${LIBSYSDEPDIR}/libsysdep.a ${LIBIPSEC} + + CFLAGS+= -DNO_RSA -DNO_IDEA -DNO_RC5 \ + -I${.CURDIR}/sysdep/common +@@ -54,7 +54,6 @@ + IPSEC_CFLAGS= -DUSE_PF_KEY_V2 + + USE_LIBCRYPTO= defined +-USE_GMP= defined + + # This is a hack in order to make sure libsysdep is built before the + # linkstage of isakmpd. As a side effect the link is always done even if |