snort: fix dependencies - add libuuid as dependency
Signed-off-by: Jiri Slachta <slac...@cesnet.cz>
Index: net/snort/Makefile
===================================================================
--- net/snort/Makefile (revision 37019)
+++ net/snort/Makefile (working copy)
@@ -26,7 +26,7 @@
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 @@
define Package/snort-pgsql
$(call Package/snort/Default)
- DEPENDS+= +libpq
+ DEPENDS+= +libpq +libuuid
TITLE+= (PostgreSQL)
VARIANT:=pgsql
endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel