The current version of snort fails to build because the libuuid pkg
dependency is missing.

This little patch fixes the issue, please apply.

Signed-off-by: Daniel Danzberger <[email protected]>

Index: net/snort/Makefile
===================================================================
--- net/snort/Makefile	(revision 861)
+++ 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 +zlib +libuuid
   TITLE:=Lightweight Network Intrusion Detection System
   URL:=http://www.snort.org/
 endef

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to