diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-06-25 15:25:40 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-06-25 15:25:40 +0000 |
commit | bc3fd0ac051c826f5cfafef532e267efcc511ec3 (patch) | |
tree | 5ab41600ff70dc9bb12492a88c894ddf334eb9d6 /net-mgmt | |
parent | Update MASTER_SITE_QMAIL (diff) |
- Another attempt at unbreaking
Notes
Notes:
svn path=/head/; revision=359253
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 20b20ace10f7..a90db863b647 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ --with-logfile="${NET_SNMP_LOGFILE}" \ --with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ --with-gnu-ld --with-libwrap \ - --with-ldflags="-lm -lkvm -ldevstat -lpkg" + --with-ldflags="-lm -lkvm -ldevstat -lpkg -L${LOCALBASE}/lib" SUB_FILES= pkg-message .if defined(BATCH) |