libsigsegv 2.10
This also enables a build of the shared library. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
33b129636c
commit
ca40b567c6
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Libsigsegv < Formula
|
||||
url 'http://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz'
|
||||
url 'http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz'
|
||||
homepage 'http://www.gnu.org/software/libsigsegv/'
|
||||
md5 'ebe554e26870d8bc200ef3e3539ffd7c'
|
||||
sha256 '8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26d2199a'
|
||||
|
||||
fails_with_llvm "Fails during configure with LLVM GCC from XCode 4 on Snow Leopard",
|
||||
:build => 2336
|
||||
fails_with_llvm "Fails make check with LLVM GCC from XCode 4 on Snow Leopard", :build => 2336
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
"--prefix=#{prefix}",
|
||||
"--enable-shared"
|
||||
system "make"
|
||||
system "make check"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue