commit 58a2bf9f57ceb4e065cf15ae26d74efbaa6f45f4
parent 06a619024bd29d0aeb8f8f5c05d22b96e6f60cc0
Author: Steven Barth <steven@midlink.org>
Date: Tue, 28 Apr 2015 08:38:00 +0200
Merge pull request #1205 from openwrt/revert-1204-snort_simple_deps_fix
Revert "[net/snort] Simple liblzma deps fix"
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/snort/Makefile b/net/snort/Makefile
@@ -83,8 +83,7 @@ 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-lzma
+ --disable-static-daq
CONFIGURE_VARS += \
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/mysql" \