From a4e3cc304f65e551b92941f2fcca2647c0a4f9d6 Mon Sep 17 00:00:00 2001 From: Ian Rahimi Date: Tue, 21 Aug 2012 16:41:53 -0400 Subject: Fixed libdnet failing to build when --with-python is supplied to brew install Closes #14352. Signed-off-by: Adam Vandenberg --- Library/Formula/libdnet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libdnet.rb b/Library/Formula/libdnet.rb index 5da2d18bb..322ecb257 100644 --- a/Library/Formula/libdnet.rb +++ b/Library/Formula/libdnet.rb @@ -20,7 +20,7 @@ class Libdnet < Formula --prefix=#{prefix} --mandir=#{man} ] - args << "with-python" if build.include? "with-python" + args << "--with-python" if build.include? "with-python" system "./configure", *args system "make install" end -- cgit v1.2.3