Fix pmacct and snort dependencies
SVN-Revision: 923
This commit is contained in:
parent
e66ed65392
commit
147e581a90
1 changed files with 11 additions and 1 deletions
|
@ -144,9 +144,16 @@ siproxd-compile: libosip2-compile
|
||||||
sipsak-compile: openssl-compile
|
sipsak-compile: openssl-compile
|
||||||
lighttpd-compile: openssl-compile pcre-compile
|
lighttpd-compile: openssl-compile pcre-compile
|
||||||
osiris-compile: openssl-compile
|
osiris-compile: openssl-compile
|
||||||
pmacct-compile: libpcap-compile
|
|
||||||
freeradius-compile: libtool-compile mysql-compile openldap-compile openssl-compile postgresql-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
|
snort-compile: libnet-compile libpcap-compile pcre-compile
|
||||||
ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y)
|
ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y)
|
||||||
snort-compile: mysql-compile
|
snort-compile: mysql-compile
|
||||||
|
@ -154,6 +161,9 @@ endif
|
||||||
ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y)
|
ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y)
|
||||||
snort-compile: postgresql-compile
|
snort-compile: postgresql-compile
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
|
||||||
|
snort-compile: iptables-compile
|
||||||
|
endif
|
||||||
|
|
||||||
sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install
|
sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install
|
||||||
$(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install
|
$(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install
|
||||||
|
|
Loading…
Reference in a new issue