Browse Source

Merge pull request #1205 from openwrt/revert-1204-snort_simple_deps_fix

Revert "[net/snort] Simple liblzma deps fix"
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
58a2bf9f57
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      net/snort/Makefile

+ 1
- 2
net/snort/Makefile View File

@ -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" \


Loading…
Cancel
Save