mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:47:11 +02:00
Fix wrong compile dependency, closes #501
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3696 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c13cd224d
commit
7e97efb7a6
@ -274,7 +274,7 @@ ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
|
|||||||
ulogd-compile: mysql-compile
|
ulogd-compile: mysql-compile
|
||||||
endif
|
endif
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),)
|
||||||
ulogd-compile: pcap-compile
|
ulogd-compile: libpcap-compile
|
||||||
endif
|
endif
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
|
||||||
ulogd-compile: postgresql-compile
|
ulogd-compile: postgresql-compile
|
||||||
|
Loading…
Reference in New Issue
Block a user