mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:01:54 +02:00
Fix pmacct and snort dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@923 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb845b0ca5
commit
13b2d984ab
@ -144,9 +144,16 @@ siproxd-compile: libosip2-compile
|
||||
sipsak-compile: openssl-compile
|
||||
lighttpd-compile: openssl-compile pcre-compile
|
||||
osiris-compile: openssl-compile
|
||||
pmacct-compile: libpcap-compile
|
||||
freeradius-compile: libtool-compile mysql-compile openldap-compile openssl-compile postgresql-compile
|
||||
|
||||
pmacct-compile: libpcap-compile
|
||||
ifneq ($(BR2_PACKAGE_PMACCT_MYSQL),)
|
||||
pmacct-compile: mysql-compile
|
||||
endif
|
||||
ifneq ($(BR2_PACKAGE_PMACCT_PGSQL),)
|
||||
pmacct-compile: postgresql-compile
|
||||
endif
|
||||
|
||||
snort-compile: libnet-compile libpcap-compile pcre-compile
|
||||
ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y)
|
||||
snort-compile: mysql-compile
|
||||
@ -154,6 +161,9 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y)
|
||||
snort-compile: postgresql-compile
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
|
||||
snort-compile: iptables-compile
|
||||
endif
|
||||
|
||||
sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install
|
||||
$(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install
|
||||
|
Loading…
Reference in New Issue
Block a user