mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3187 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a033ff55aa
commit
a9a867a45e
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user