In the past, this was not working correctly. Let's see if the situation
has improved.
+ Support of both Apple Silicon and Intel for macOS package.
+ Add cvlan/svlan/tpmr capabilities.
+ Disable LLDP in firmware for Intel X7xx cards on FreeBSD.
+ + Invoke net-snmp-config with --base-lib-cflags.
lldpd (1.0.18)
* Changes (breaking):
else
dnl Check it is working as expected
NETSNMP_LIBS=`${NETSNMP_CONFIG} --agent-libs`
- NETSNMP_CFLAGS="`${NETSNMP_CONFIG} --base-cflags | sed 's/-D_FORTIFY_SOURCE=.//'` -DNETSNMP_NO_INLINE"
+ NETSNMP_CFLAGS=`${NETSNMP_CONFIG} --base-lib-cflags`
_save_flags="$CFLAGS"
_save_libs="$LIBS"