mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/syslog-ng: fix libnet detection
Fixes http://autobuild.buildroot.net/results/e71/e718aab76d41c9c1aa5f9e3e74fb48b63038f254/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
824f3d9beb
commit
ee99e9ea8c
@ -71,7 +71,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBNET),y)
|
ifeq ($(BR2_PACKAGE_LIBNET),y)
|
||||||
SYSLOG_NG_DEPENDENCIES += libnet
|
SYSLOG_NG_DEPENDENCIES += libnet
|
||||||
SYSLOG_NG_CONF_OPTS += --enable-spoof-source
|
SYSLOG_NG_CONF_OPTS += \
|
||||||
|
--with-libnet=$(STAGING_DIR)/usr/bin \
|
||||||
|
--enable-spoof-source
|
||||||
else
|
else
|
||||||
SYSLOG_NG_CONF_OPTS += --disable-spoof-source
|
SYSLOG_NG_CONF_OPTS += --disable-spoof-source
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user