[net/snort] Simple liblzma deps fix
Fixes #1196 Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
parent
c424a6b66f
commit
0157b7bddf
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ 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-static-daq \
|
||||
--disable-lzma
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/mysql" \
|
||||
|
|
Loading…
Reference in a new issue