From cd8f6fe8471e0e447ec622eaea96ee58d96a7fe4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 5 Jan 2013 18:27:25 +0100 Subject: ngircd: Disable "tcp wrappers", not available on OS X 10.8 Starting OS X 10.8, the "tcp wrappers" library is no longer part of the operating system, so don't use it any more. Signed-off-by: Adam Vandenberg --- Library/Formula/ngircd.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/ngircd.rb b/Library/Formula/ngircd.rb index 8e6feddcf..509ffc181 100644 --- a/Library/Formula/ngircd.rb +++ b/Library/Formula/ngircd.rb @@ -13,7 +13,6 @@ class Ngircd < Formula "--prefix=#{prefix}", "--with-ident", "--with-openssl", - "--with-tcp-wrappers", "--enable-ipv6" system "make install" end -- cgit v1.2.3