mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/syslog-ng: fix build if net-snmp is installed on the host (again)
See also commit4ff6e52392which describes the problem in detail. The same problem now arises again, because syslog-ng renamed the --enable-snmp-dest option into --enable-afsnmp. See syslog-ng commit 4537938474771673ef5bd4a9cad7c9a7dc20b7c1, first part of 3.27.1. Update the configure options passed from Buildroot accordingly. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit40f4468e94) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a8f6453a55
commit
8253f57ad8
@@ -99,10 +99,10 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NETSNMP),y)
|
||||
SYSLOG_NG_DEPENDENCIES += netsnmp
|
||||
SYSLOG_NG_CONF_OPTS += --enable-snmp-dest
|
||||
SYSLOG_NG_CONF_OPTS += --enable-afsnmp
|
||||
SYSLOG_NG_CONF_OPTS += --with-net-snmp="$(STAGING_DIR)/usr/bin"
|
||||
else
|
||||
SYSLOG_NG_CONF_OPTS += --disable-snmp-dest
|
||||
SYSLOG_NG_CONF_OPTS += --disable-afsnmp
|
||||
endif
|
||||
|
||||
define SYSLOG_NG_INSTALL_INIT_SYSV
|
||||
|
||||
Reference in New Issue
Block a user