From: Florian Fainelli Date: Fri, 21 Apr 2006 10:26:05 +0000 (+0000) Subject: Fix wrong compile dependency, closes #501 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f764a4545f6d3903fb55113b3da8de469d65835;p=librecmc%2Flibrecmc.git Fix wrong compile dependency, closes #501 SVN-Revision: 3696 --- 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