From: Florian Fainelli Date: Wed, 8 Feb 2006 10:03:51 +0000 (+0000) Subject: Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a805b3c51ba6db6472c200d61f89487b527a6b1;p=librecmc%2Flibrecmc.git Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency SVN-Revision: 3187 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index b1e8bddd08..93f233fe12 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -343,7 +343,7 @@ endif rrdtool-compile: cgilib-compile freetype-compile libart-compile libpng-compile rrdtool1-compile: zlib-compile rsync-compile: popt-compile -scanlogd-compite: libpcap-compile libnids-compile libnet-compile +scanlogd-compile: libpcap-compile libnids-compile libnet-compile scdp-compile: libnet-compile screen-compile: ncurses-compile siproxd-compile: libosip2-compile diff --git a/openwrt/package/scanlogd/Makefile b/openwrt/package/scanlogd/Makefile index 8f9175a4b4..8a83dc7922 100644 --- a/openwrt/package/scanlogd/Makefile +++ b/openwrt/package/scanlogd/Makefile @@ -20,6 +20,7 @@ $(eval $(call PKG_template,SCANLOGD,scanlogd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC $(PKG_BUILD_DIR)/.configured: $(SED) "s,/var/empty,/tmp/.scanlogd," $(PKG_BUILD_DIR)/params.h + $(SED) "s,#undef SCANLOGD_DEVICE,#define SCANLOGD_DEVICE \"all\"," $(PKG_BUILD_DIR)/params.h touch $@ $(PKG_BUILD_DIR)/.built: