pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp make this reliably find libwrap.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/239db002342b
branches:  trunk
changeset: 501167:239db002342b
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Oct 18 04:32:37 2005 +0000

description:
make this reliably find libwrap.

diffstat:

 net/net-snmp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b04d0a95f803 -r 239db002342b net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Tue Oct 18 04:32:01 2005 +0000
+++ b/net/net-snmp/Makefile     Tue Oct 18 04:32:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/08/06 06:19:24 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/10/18 04:32:37 grant Exp $
 
 DISTNAME=      net-snmp-5.2.1.2
 PKGREVISION=   1
@@ -44,7 +44,7 @@
 
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-defaults
-CONFIGURE_ARGS+=       --with-libwrap
+CONFIGURE_ARGS+=       --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}/lib
 CONFIGURE_ARGS+=       --with-sys-contact="${NET_SNMP_SYS_CONTACT}"
 CONFIGURE_ARGS+=       --with-sys-location="${NET_SNMP_SYS_LOCATION}"
 #



Home | Main Index | Thread Index | Old Index