aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tcpreplay.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/tcpreplay.rb b/Library/Formula/tcpreplay.rb
index d066a8d23..9744b40ab 100644
--- a/Library/Formula/tcpreplay.rb
+++ b/Library/Formula/tcpreplay.rb
@@ -16,7 +16,8 @@ class Tcpreplay < Formula
system "./configure", "--disable-dependency-tracking",
"--disable-debug",
"--prefix=#{prefix}",
- "--enable-dynamic-link"
+ "--enable-dynamic-link",
+ "--with-libpcap=#{MacOS.sdk_path}/usr"
system "make", "install"
end
end