summaryrefslogtreecommitdiff
path: root/net/ucd-snmp/Makefile
diff options
context:
space:
mode:
authorabs <abs>1999-04-21 20:47:22 +0000
committerabs <abs>1999-04-21 20:47:22 +0000
commitb15c4f01f496cec3404726b1e9b63adfaa929b87 (patch)
treea7c11701c6353719a039838873b16f089e1d10cb /net/ucd-snmp/Makefile
parentc054cd30cd8ec9be993802ca2743f0f051bbbde0 (diff)
downloadpkgsrc-b15c4f01f496cec3404726b1e9b63adfaa929b87.tar.gz
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.
Diffstat (limited to 'net/ucd-snmp/Makefile')
-rw-r--r--net/ucd-snmp/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index c9de0b1c910..0ffd2e91f98 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/04/05 00:59:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 1999/04/21 20:47:22 abs Exp $
# FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp
#
@@ -25,18 +25,6 @@ MAKE_ENV+= PKG_PREFIX="${PREFIX}"
.include "../../mk/bsd.prefs.mk"
-# XXX This most horrible hack is necessary because of the stupid linker's
-# insistence on requiring that all externals referenced from a shared library
-# be defined, even if nothing elese from the library is ever used. In this
-# case the libwrap.so library is at fault as it references 'deny_severity' and
-# 'allow_severity', but none of the configure tests will include this, nor
-# indeed will any product binary except for snmpd (which is the only one that
-# actualy uses tcp_wrappers).
-#
-# /usr/libexec/ld.so: Undefined symbol "_deny_severity" in conftest:/usr/lib/libwrap.so.0.0
-#
-CFLAGS+= -static
-
pre-configure:
(cd ${WRKSRC}; autoreconf --force)