Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/netpgp Fix a problem reported by ...



details:   https://anonhg.NetBSD.org/src/rev/f05685236203
branches:  trunk
changeset: 757479:f05685236203
user:      agc <agc%NetBSD.org@localhost>
date:      Wed Sep 01 06:02:58 2010 +0000

description:
Fix a problem reported by moof whereby the build would fail on Sun2 due
to shared library lossage on the Sun2 platform. Sorry, I thought that the
change had already been made, but it was just to netpgpkeys' Makefile.

diffstat:

 crypto/external/bsd/netpgp/netpgp/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 01f32fb76ff8 -r f05685236203 crypto/external/bsd/netpgp/netpgp/Makefile
--- a/crypto/external/bsd/netpgp/netpgp/Makefile        Tue Aug 31 21:14:57 2010 +0000
+++ b/crypto/external/bsd/netpgp/netpgp/Makefile        Wed Sep 01 06:02:58 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/06/09 00:56:15 agc Exp $
+#      $NetBSD: Makefile,v 1.3 2010/09/01 06:02:58 agc Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,10 @@
 LDADD+=                -L${LIBNETPGPDIR} -lnetpgp
 DPADD+=                ${LIBNETPGPDIR}/libnetpgp.a
 
+LIBMJDIR!=     cd ${.CURDIR}/../libmj && ${PRINTOBJDIR}
+LDADD+=                -L${LIBMJDIR} -lmj
+DPADD+=                ${LIBMJDIR}/libmj.a
+
 LDADD+=                -lcrypto -lz -lbz2
 DPADD+=                ${LIBCRYPTO} ${LIBZ} ${LIBBZ2}
 



Home | Main Index | Thread Index | Old Index