lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2b861e92ea82e933f07510f80d740d21ef2bea2d
parent 06a619024bd29d0aeb8f8f5c05d22b96e6f60cc0
Author: Steven Barth <steven@midlink.org>
Date:   Tue, 28 Apr 2015 08:37:47 +0200

Revert "[net/snort] Simple liblzma deps fix"

Diffstat:
Mnet/snort/Makefile | 3+--
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" \