From 02534b398f04828fe0c367074102cf4c6970acc1 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 22 Feb 2010 23:17:09 +0000 Subject: [PATCH] [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 --- admin/syslog-ng3/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/admin/syslog-ng3/Makefile b/admin/syslog-ng3/Makefile index 25fec836d..2ad3d7254 100644 --- a/admin/syslog-ng3/Makefile +++ b/admin/syslog-ng3/Makefile @@ -44,7 +44,11 @@ endef CONFIGURE_ARGS += \ --disable-dependency-tracking \ --enable-tcp-wrapper \ - --disable-glibtest + --disable-glibtest \ + --disable-spoof-source \ + --disable-sql \ + --enable-prce \ + --disable-linux-caps \ TARGET_CPPFLAGS += \ -I$(STAGING_DIR)/usr/include/eventlog -- 2.11.0