From: Florian Fainelli Date: Fri, 21 Apr 2006 10:26:05 +0000 (+0000) Subject: Fix wrong compile dependency, closes #501 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=52451c997f643dc66595379e2c766c9d5626004e;p=15.05%2Fopenwrt.git Fix wrong compile dependency, closes #501 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3696 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index f2d20415e3..5b1d9d7c15 100644 --- a/openwrt/package/depend.mk +++ b/openwrt/package/depend.mk @@ -274,7 +274,7 @@ ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),) ulogd-compile: mysql-compile endif ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),) -ulogd-compile: pcap-compile +ulogd-compile: libpcap-compile endif ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),) ulogd-compile: postgresql-compile