pkgsrc/net/ucd-snmp/patches/patch-ab
abs 363b9e9db7 Previous workaround for dynamically linking against libwrap but not using
any functions does not appear to work anymore.
Modify config to only use libwrap in for the snmpd agent (which fixes it
in a more 'clean' fashion.
1999-04-21 20:47:22 +00:00

11 lines
429 B
Text

--- agent/Makefile.in.orig Tue Apr 20 18:13:58 1999
+++ agent/Makefile.in Tue Apr 20 18:14:11 1999
@@ -4,7 +4,7 @@
TARG= snmpd
USELIBS= ../snmplib/libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
-LIBS= -L../snmplib $(CC_RUNTIME_ARG) -lsnmp @LIBS@
+LIBS= -L../snmplib $(CC_RUNTIME_ARG) -lsnmp @LIBS@ @LIBWRAP@
CPPFLAGS=@CPPFLAGS@ -I.. -I$(srcdir)/.. -I$(srcdir)/../snmplib \
-I$(srcdir) -I. -I$(srcdir)/mibgroup -Imibgroup