pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools add additional libraries required...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae14b2ee2ae
branches:  trunk
changeset: 483366:cae14b2ee2ae
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Nov 11 12:13:24 2004 +0000

description:
add additional libraries required by libradius.

diffstat:

 security/ipsec-tools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 342f3e68a9b8 -r cae14b2ee2ae security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile     Thu Nov 11 11:57:47 2004 +0000
+++ b/security/ipsec-tools/Makefile     Thu Nov 11 12:13:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/11 11:51:12 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/11 12:13:24 grant Exp $
 #
 
 DISTNAME=              ipsec-tools-0.5.pre20041109
@@ -24,6 +24,7 @@
 .if !empty(PKG_OPTIONS:Mradius)
 .  include "../../net/libradius/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-libradius
+LIBS+=                 ${BUILDLINK_LDADD.libradius}
 .endif
 
 CONFIGURE_ARGS+=       --enable-frag --enable-hybrid



Home | Main Index | Thread Index | Old Index