Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/racoon Move -lcrypto to the end of the library list...
details: https://anonhg.NetBSD.org/src/rev/7f44b101e8d4
branches: trunk
changeset: 574270:7f44b101e8d4
user: he <he%NetBSD.org@localhost>
date: Sat Feb 26 11:31:48 2005 +0000
description:
Move -lcrypto to the end of the library list, so that this links
without undefined entry points for non-shlib platforms such as sun2.
diffstat:
usr.sbin/racoon/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 11a49a5ab083 -r 7f44b101e8d4 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile Sat Feb 26 10:49:53 2005 +0000
+++ b/usr.sbin/racoon/Makefile Sat Feb 26 11:31:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/02/24 13:45:08 manu Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/26 11:31:48 he Exp $
WARNS= 0 # Will be fixed later
@@ -30,8 +30,8 @@
CPPFLAGS+= -DSYSCONFDIR=\"/etc/racoon\"
CPPFLAGS+= -DSADB_X_EALG_AESCBC=SADB_X_EALG_AES
-LDADD+= -ll -ly -lipsec -lcrypto
-DPADD+= ${LIBL} ${LIBY} ${LIBCRYPTO} ${LIBIPSEC}
+LDADD+= -ll -ly -lipsec
+DPADD+= ${LIBL} ${LIBY} ${LIBCRYPTO}
YHEADER=cfparse.h
@@ -62,6 +62,9 @@
CPPFLAGS+=-DINET6
.endif
+LDADD+= -lcrypto
+DPADD+= ${LIBIPSEC}
+
.PATH: ${NETBSDSRCDIR}/lib/libipsec ${DIST}/src/racoon \
${DIST}/src/racoon/missing/crypto/sha2
Home |
Main Index |
Thread Index |
Old Index