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/isakmpd/patches | |
parent | ef5a1dd75966652741df15fde349496dcaa8efaf (diff) | |
download | pkgsrc-41b34a29823f05f03066e4bc7df485359a17769c.tar.gz |
no need to link libgmp.
Diffstat (limited to 'security/isakmpd/patches')
-rw-r--r-- | security/isakmpd/patches/patch-ad | 15 | ||||
-rw-r--r-- | security/isakmpd/patches/patch-ae | 23 |
2 files changed, 38 insertions, 0 deletions
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 |