mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/ulogd: use --without-dbi
Use --without-dbi instead of --with-dbi=off Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3f2b71b120
commit
724cc1f050
@@ -7,7 +7,7 @@
|
||||
ULOGD_VERSION = 2.0.7
|
||||
ULOGD_SOURCE = ulogd-$(ULOGD_VERSION).tar.bz2
|
||||
ULOGD_SITE = http://www.netfilter.org/projects/ulogd/files
|
||||
ULOGD_CONF_OPTS = --with-dbi=no
|
||||
ULOGD_CONF_OPTS = --without-dbi
|
||||
ULOGD_DEPENDENCIES = host-pkgconf \
|
||||
libmnl libnetfilter_acct libnetfilter_conntrack libnetfilter_log \
|
||||
libnfnetlink
|
||||
|
||||
Reference in New Issue
Block a user