No functional change intended.
Sponsored by: Dell
Differential D54183
net-mgmt/net-snmp: Respect LDFLAGS. Authored by bdrewery on Dec 12 2025, 1:20 AM. Tags None Referenced Files
Subscribers
Details
No functional change intended. Sponsored by: Dell
# make -V LDFLAGS
-lm -lkvm -ldevstat -L/lib -L/usr/local/lib -lcrypto -Wl,-rpath,/usr/local/lib
# make -V CONFIGURE_ARGS
--enable-shared --enable-internal-md5 --with-default-snmp-version="3" --with-sys-contact="nobody@nowhere.invalid" --with-sys-location="somewhere" --with-logfile="/var/log/snmpd.log" --with-persistent-directory="/var/net-snmp" --with-gnu-ld --without-libwrap --enable-ipv6 --without-kmem-usage --with-ldflags=\ -lm\ -lkvm\ -ldevstat\ \ -L/lib\ -L/usr/local/lib\ -lcrypto\ -Wl,-rpath,/usr/local/lib\ --with-python-modules --with-openssl="/usr/local" --with-dummy-values --with-perl-modules --enable-embedded-perl --with-mib-modules="host disman/event-mib mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio smux" --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
[00:02:07] checking for Perl LDFLAGS... -Wl,-R/usr/local/lib/perl5/5.42/mach/CORE -pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/local/lib/perl5/5.42/mach/CORE -lperl -ldl -lm -lcrypt -lutil
Diff Detail
|