daq: depend on libpcap
Closes #18840. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ac9375dc64
commit
cb4c8566a4
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ class Daq < Formula
|
|||
sha256 "bced15005e13eaa11ec6d47afbb1137f61231a191fb05a295e2762cc6cc8ef29" => :mountain_lion
|
||||
end
|
||||
|
||||
# Apple's libpcap is not recognized, because it does not have pcap_version
|
||||
depends_on "libpcap" if MacOS.version >= :sierra
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in a new issue