Merge pull request #1204 from Wedmer/snort_simple_deps_fix
[net/snort] Simple liblzma deps fix
This commit is contained in:
commit
06a619024b
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ CONFIGURE_ARGS += \
|
||||||
--with-libpcre-libraries="$(STAGING_DIR)/usr/lib" \
|
--with-libpcre-libraries="$(STAGING_DIR)/usr/lib" \
|
||||||
--with-daq-includes="$(STAGING_DIR)/usr/include" \
|
--with-daq-includes="$(STAGING_DIR)/usr/include" \
|
||||||
--with-daq-libraries="$(STAGING_DIR)/usr/lib" \
|
--with-daq-libraries="$(STAGING_DIR)/usr/lib" \
|
||||||
--disable-static-daq
|
--disable-static-daq \
|
||||||
|
--disable-lzma
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/mysql" \
|
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/mysql" \
|
||||||
|
|
Loading…
Reference in a new issue