diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-21 10:26:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-21 10:26:05 +0000 |
commit | 5f764a4545f6d3903fb55113b3da8de469d65835 (patch) | |
tree | 7a4cb7f51949118ee5e4806d4a1f6693dcf785cf /openwrt/package/depend.mk | |
parent | fd131621e25a60dffa70ff11a9383ed1e05a7237 (diff) | |
download | mtk-20170518-5f764a4545f6d3903fb55113b3da8de469d65835.zip mtk-20170518-5f764a4545f6d3903fb55113b3da8de469d65835.tar.gz mtk-20170518-5f764a4545f6d3903fb55113b3da8de469d65835.tar.bz2 |
Fix wrong compile dependency, closes #501
SVN-Revision: 3696
Diffstat (limited to 'openwrt/package/depend.mk')
-rw-r--r-- | openwrt/package/depend.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index f2d2041..5b1d9d7 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 |