summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2015-01-20 14:51:42 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2015-01-20 14:51:42 +0000
commitae3303f0022b19c0023c66d4b14c2f01b504f0bb (patch)
tree4913f8299d8ff0fb60ee0d98e4e4ce4f5268f440 /net-mgmt
parentPython module to retrieve stock quote data from Yahoo Finance (diff)
- Readd ${LOCALBASE}/lib to ldflags
Notes
Notes: svn path=/head/; revision=377525
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index b2f31473d66c..4d58c34e40fa 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -48,7 +48,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 -L${PKG_PREFIX}/lib ${LCRYPTO}"
+ --with-ldflags="-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCALBASE}/lib ${LCRYPTO}"
SUB_FILES= pkg-message
.if defined(BATCH)