From 6dc66ef1fb38fe093003eeeb9f25bca203c87e32 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 5 Sep 2011 17:07:23 -0500 Subject: ldapvi: remove unnecessary configure switch This was actually preventing Homebrew's CFLAGS from being recognized. Signed-off-by: Jack Nagel --- Library/Formula/ldapvi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ldapvi.rb b/Library/Formula/ldapvi.rb index 3c56afbae..448f0e448 100644 --- a/Library/Formula/ldapvi.rb +++ b/Library/Formula/ldapvi.rb @@ -11,7 +11,7 @@ class Ldapvi < Formula depends_on 'readline' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end -- cgit v1.2.3