Re: [OpenWrt-Devel] [PATCH] [packages_extra] snort: add missing libuuid dependency

2015-01-22 Thread John Crispin


On 21/01/2015 23:13, daniel wrote:
 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 dan...@dd-wrt.com

please send a pull request via github for packages inside the feed. the
mailing list is for trunk related patches


 
 
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] [packages_extra] snort: add missing libuuid dependency

2015-01-21 Thread daniel
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 dan...@dd-wrt.com

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



smime.p7s
Description: S/MIME Cryptographic Signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel