From d687c4921d48428e5ab6f18b3a31a50eacd37feb Mon Sep 17 00:00:00 2001 From: luka Date: Thu, 11 Jul 2013 13:40:08 +0000 Subject: [PATCH] [packages] snort: add libuuid as dependency Signed-off-by: Jiri Slachta git-svn-id: svn://svn.openwrt.org/openwrt/packages@37238 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/snort/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/snort/Makefile b/net/snort/Makefile index 514e59968..703c3b395 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -26,7 +26,7 @@ define Package/snort/Default SUBMENU:=Firewall SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +zlib + DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +libuuid +zlib TITLE:=Lightweight Network Intrusion Detection System URL:=http://www.snort.org/ endef @@ -62,7 +62,7 @@ endef define Package/snort-pgsql $(call Package/snort/Default) - DEPENDS+= +libpq + DEPENDS+= +libpq +libuuid TITLE+= (PostgreSQL) VARIANT:=pgsql endef