From: Nicolas Thill Date: Sat, 21 May 2005 01:38:47 +0000 (+0000) Subject: Add missing ulogd dependencies X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aab3bb7f72997e5739305571a2161994e3cc8cd3;p=librecmc%2Flibrecmc.git Add missing ulogd dependencies SVN-Revision: 999 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index e360e8685f..e8a2a914e9 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -166,6 +166,14 @@ ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y) snort-compile: iptables-compile endif +ulogd-compile: iptables-compile +ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),) +ulogd-compile: mysql-compile +endif +ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),) +ulogd-compile: postgresql-compile +endif + sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install $(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install