commit 06a619024bd29d0aeb8f8f5c05d22b96e6f60cc0
parent c424a6b66f853c6a9aac5bd77e7f02d2e12eac7d
Author: Steven Barth <steven@midlink.org>
Date: Tue, 28 Apr 2015 08:37:14 +0200
Merge pull request #1204 from Wedmer/snort_simple_deps_fix
[net/snort] Simple liblzma deps fix
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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" \