From: Steven Barth Date: Tue, 28 Apr 2015 06:37:47 +0000 (+0200) Subject: Revert "[net/snort] Simple liblzma deps fix" X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2b861e92ea82e933f07510f80d740d21ef2bea2d;p=openwrt-packages.git Revert "[net/snort] Simple liblzma deps fix" --- diff --git a/net/snort/Makefile b/net/snort/Makefile index b3bcf12eb..06b690600 100644 --- 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" \