From 648a09ca7bcad8fdf00b4b1ce98ff8665da8973b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 18 Apr 2005 06:41:36 +0000 Subject: Add snort package, with experimental -custom package for build-time package customizations git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@667 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index 9259e4c334..bd938800d3 100644 --- a/package/Makefile +++ b/package/Makefile @@ -51,6 +51,7 @@ package-$(BR2_PACKAGE_SDK) += sdk package-$(BR2_PACKAGE_SER) += ser package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_SHFS) += shfs +package-$(BR2_PACKAGE_SNORT) += snort package-$(BR2_PACKAGE_SPEEX) += speex package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump @@ -97,6 +98,14 @@ libnet-compile: libpcap-compile mysql-compile: ncurses-compile zlib-compile postgresql-compile: zlib-compile +snort-compile: libnet-compile libpcap-compile pcre-compile +ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y) +snort-compile: mysql-compile +endif +ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y) +snort-compile: postgresql-compile +endif + sdk-compile: $(DEV_LIBS_COMPILE) $(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install -- cgit v1.2.3