tasn1 - remove unused configure switch
This commit is contained in:
parent
1d1e4a3c01
commit
d6923d0865
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Libtasn1 <Formula
|
||||||
aka :libtasn
|
aka :libtasn
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||||
system "make install"
|
system "make install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue