mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/net-snmp: fix ${D} usage
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -127,7 +127,6 @@ src_configure() {
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-default-snmp-version="3" \
|
||||
--with-install-prefix="${D}" \
|
||||
--with-ldflags="${LDFLAGS}" \
|
||||
--with-logfile="/var/log/net-snmpd.log" \
|
||||
--with-mib-modules="${mibs}" \
|
||||
|
||||
@@ -131,7 +131,6 @@ src_configure() {
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-default-snmp-version="3" \
|
||||
--with-install-prefix="${D}" \
|
||||
--with-ldflags="${LDFLAGS}" \
|
||||
--with-logfile="/var/log/net-snmpd.log" \
|
||||
--with-mib-modules="${mibs}" \
|
||||
|
||||
Reference in New Issue
Block a user