aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-08 10:03:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-08 10:03:51 +0000
commitefc5c7bc6e8883eefa6cb08a983086dcf82085e3 (patch)
tree022beebbf69159fada08e6a1551d51330d8f1bf0
parent19df59e066e3069d45c4f60f0e7adfe773633128 (diff)
downloadupstream-efc5c7bc6e8883eefa6cb08a983086dcf82085e3.tar.gz
upstream-efc5c7bc6e8883eefa6cb08a983086dcf82085e3.tar.bz2
upstream-efc5c7bc6e8883eefa6cb08a983086dcf82085e3.zip
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3187 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/Makefile2
-rw-r--r--openwrt/package/scanlogd/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index b1e8bddd08d..93f233fe12d 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 8f9175a4b42..8a83dc79221 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: