diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-12-07 18:32:41 -0200 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-12-07 20:45:48 -0200 |
commit | 202aa6e6589103dec8f759bdc41a4db8c3191aea (patch) | |
tree | e2c0e4feaf1d39c07102a1d680f1d0d89fedb976 /net/snort/Makefile | |
parent | 90ecf737c89102383fda1871469db6c90e281d02 (diff) |
snort: fix pcap include directory
Build was overriding openwrt pcap include directory.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'net/snort/Makefile')
-rw-r--r-- | net/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 7d26cf616..30c3d7f6a 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort PKG_VERSION:=2.9.11.1 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> |