parent
62d9321057
commit
e01903f6c5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ class Libelf < Formula
|
|||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
"--prefix=#{prefix}",
|
||||
"--disable-compat"
|
||||
# Use separate steps; there is a race in the Makefile.
|
||||
system "make"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue