git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
99e9755
)
snort3: Remove lzma dependency
author
Rosen Penev
<redacted>
Tue, 2 Apr 2019 04:21:36 +0000
(21:21 -0700)
committer
Rosen Penev
<redacted>
Tue, 2 Apr 2019 04:21:36 +0000
(21:21 -0700)
Signed-off-by: Rosen Penev <redacted>
net/snort3/Makefile
patch
|
blob
|
history
diff --git
a/net/snort3/Makefile
b/net/snort3/Makefile
index f5f3d880723c1d4e45aedcf82e0b1a81200d1b4d..34efb7a9d843b26386e714b2bdad5152207a5eba 100644
(file)
--- a/
net/snort3/Makefile
+++ b/
net/snort3/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=snort3
PKG_VERSION:=3.0.0-beta
PKG_VERSION_SHORT:=3.0.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@
-50,6
+50,7
@@
CMAKE_OPTIONS += \
-DMAKE_HTML_DOC:BOOL=NO \
-DMAKE_PDF_DOC:BOOL=NO \
-DMAKE_TEXT_DOC:BOOL=NO \
+ -DHAVE_LZMA=OFF
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/tirpc
TARGET_LDFLAGS += -ltirpc
git clone https://git.99rst.org/PROJECT