Module Name:    src
Committed By:   he
Date:           Sun May 17 11:38:43 UTC 2009

Modified Files:
        src/crypto/external/bsd/netpgp/bin: Makefile

Log Message:
Add LDADD+= and DPADD+= settings so that this builds on sun2 as well,
where we can't rely on shared libraries expressing the needs of the
program.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/crypto/external/bsd/netpgp/bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/bin/Makefile
diff -u src/crypto/external/bsd/netpgp/bin/Makefile:1.1.1.1 src/crypto/external/bsd/netpgp/bin/Makefile:1.2
--- src/crypto/external/bsd/netpgp/bin/Makefile:1.1.1.1	Thu Apr 23 06:31:55 2009
+++ src/crypto/external/bsd/netpgp/bin/Makefile	Sun May 17 11:38:42 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1.1.1 2009/04/23 06:31:55 agc Exp $
+#	$NetBSD: Makefile,v 1.2 2009/05/17 11:38:42 he Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,9 @@
 LDADD+=		-L${LIBNETPGPDIR} -lnetpgp
 DPADD+=		${LIBNETPGPDIR}/libnetpgp.a
 
+LDADD+=		-lcrypto -lz -lbz2
+DPADD+=		${LIBCRYPTO} ${LIBZ} ${LIBBZ2}
+
 MAN=		netpgp.1
 
 # although the code is/was WARNS=4 clean, when linking, there is a warning

Reply via email to