projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c424a6b
)
[net/snort] Simple liblzma deps fix
1204/head
author
Vladimir Ulrich
<admin@evl.su>
Mon, 27 Apr 2015 22:03:16 +0000
(
01:03
+0300)
committer
Vladimir Ulrich
<admin@evl.su>
Mon, 27 Apr 2015 22:03:16 +0000
(
01:03
+0300)
Fixes #1196
Signed-off-by: Vladimir Ulrich <admin@evl.su>
net/snort/Makefile
patch
|
blob
|
history
diff --git
a/net/snort/Makefile
b/net/snort/Makefile
index 06b690600feeeb9967c0991757b1e87ed9d70a51..b3bcf12eb3bbb3fffa45168050277f1c9c7bb612 100644
(file)
--- a/
net/snort/Makefile
+++ b/
net/snort/Makefile
@@
-83,7
+83,8
@@
CONFIGURE_ARGS += \
--with-libpcre-libraries="$(STAGING_DIR)/usr/lib" \
--with-daq-includes="$(STAGING_DIR)/usr/include" \
--with-daq-libraries="$(STAGING_DIR)/usr/lib" \
- --disable-static-daq
+ --disable-static-daq \
+ --disable-lzma
CONFIGURE_VARS += \
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/mysql" \