diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-04-26 13:52:39 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-04-26 13:52:39 +0000 |
commit | cb07be61dc42b3d276d414fad737159a21ebcd6d (patch) | |
tree | 49ade1a21fbdda8ada42904cfb19367c423782c9 /net-mgmt | |
parent | 6c4710e81b7af97252a02dbcc0e82dd2fe646456 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 885460135f9c..fd1fc1c5bc3f 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -106,6 +106,10 @@ NET_SNMP_MIB_MODULE_LIST=host disman/event-mib smux mibII/mta_sendmail mibII/tcp NET_SNMP_MIB_MODULE_LIST+= sctp-mib .endif +.if ${OSVERSION} >= 800000 +CONFIGURE_ARGS+= --with-libs="-lssp_nonshared" +.endif + .if defined(WITH_MFD_REWRITES) CONFIGURE_ARGS+=--enable-mfd-rewrites NET_SNMP_MIB_MODULE_LIST+= if-mib |