From a24d441f74ecd8efd07849e57ce1bdea4dae54e9 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 11 Jul 2013 13:40:08 +0000 Subject: [PATCH] [packages] snort: add libuuid as dependency Signed-off-by: Jiri Slachta SVN-Revision: 37238 --- net/snort/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/snort/Makefile b/net/snort/Makefile index 514e599682..703c3b3951 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 -- 2.30.2