[packages] syslog-ng3: Pass missing configure args for which configure does
autodetection. Which caused build failures git-svn-id: svn://svn.openwrt.org/openwrt/packages@19819 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1516563414
commit
02534b398f
@ -44,7 +44,11 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--enable-tcp-wrapper \
|
--enable-tcp-wrapper \
|
||||||
--disable-glibtest
|
--disable-glibtest \
|
||||||
|
--disable-spoof-source \
|
||||||
|
--disable-sql \
|
||||||
|
--enable-prce \
|
||||||
|
--disable-linux-caps \
|
||||||
|
|
||||||
TARGET_CPPFLAGS += \
|
TARGET_CPPFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include/eventlog
|
-I$(STAGING_DIR)/usr/include/eventlog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user