drizzle: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6d988a009e
commit
2a88bb7ec2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Drizzle < Formula
|
||||
url 'http://launchpad.net/drizzle/elliott/2011-03-14/+download/drizzle7-2011.03.13.tar.gz'
|
||||
homepage 'http://drizzle.org'
|
||||
url 'http://launchpad.net/drizzle/elliott/2011-03-14/+download/drizzle7-2011.03.13.tar.gz'
|
||||
md5 'e152edfec45779c0bd34ece707aa022d'
|
||||
|
||||
depends_on 'protobuf'
|
||||
|
@ -16,7 +16,7 @@ class Drizzle < Formula
|
|||
skip_clean ['sbin', 'bin']
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue