From: luka Date: Thu, 11 Jul 2013 13:40:08 +0000 (+0000) Subject: [packages] snort: add libuuid as dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d687c4921d48428e5ab6f18b3a31a50eacd37feb;p=packages.git [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 --- 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