suricata: fix hiredis includes
This commit is contained in:
parent
50b86a531e
commit
27d42b6132
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Suricata < Formula
|
|||
if build.with? "hiredis"
|
||||
hiredis = Formula["hiredis"]
|
||||
args << "--enable-hiredis"
|
||||
args << "--with-libjansson-includes=#{hiredis.opt_include}"
|
||||
args << "--with-libhiredis-includes=#{hiredis.opt_include}"
|
||||
args << "--with-libhiredis-libraries=#{hiredis.opt_lib}"
|
||||
end
|
||||
system "./configure", *args
|
||||
|
|
Loading…
Reference in a new issue