From: florian Date: Fri, 21 Apr 2006 10:26:05 +0000 (+0000) Subject: Fix wrong compile dependency, closes #501 X-Git-Tag: fast2504n-3.10.28-merged~23037 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=7e97efb7a694980f31f18d037eb124ae3c478cda;p=openwrt.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