ulogd: fix build failure
Fix Peter's reported build failure: http://autobuild.buildroot.net/results/1dcf63799937f2216e3c712af8880ad431dbd47c/build-end.log This is because the configure script uses absolute paths to detect dbi, mysql and pgsql, so forcibly disable them. Also add the optional sqlite dependency when it's selected. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
db961da67f
commit
3da67a081e
@ -7,10 +7,11 @@
|
||||
ULOGD_VERSION = 2.0.1
|
||||
ULOGD_SOURCE = ulogd-$(ULOGD_VERSION).tar.bz2
|
||||
ULOGD_SITE = http://www.netfilter.org/projects/ulogd/files
|
||||
ULOGD_CONF_OPT = --with-dbi=no --with-mysql=no --with-pgsql=no
|
||||
ULOGD_AUTORECONF = YES
|
||||
ULOGD_DEPENDENCIES = host-pkgconf \
|
||||
libmnl libnetfilter_acct libnetfilter_conntrack libnetfilter_log \
|
||||
libnfnetlink
|
||||
libnfnetlink $(if $(BR2_PACKAGE_SQLITE),sqlite)
|
||||
ULOGD_LICENSE = GPLv2
|
||||
ULOGD_LICENSE_FILES = COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user