From a2d245b68b15f47427d17fe465b3b2e66ee5d0bd Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Mon, 18 Oct 2010 16:41:05 +0200 Subject: added formula for log4cxx Signed-off-by: Adam Vandenberg --- Library/Formula/log4cxx.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/log4cxx.rb (limited to 'Library/Formula') diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb new file mode 100644 index 000000000..c358c00c4 --- /dev/null +++ b/Library/Formula/log4cxx.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Log4cxx < Formula + url 'http://apache.abdaal.com/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz' + homepage 'http://logging.apache.org/log4cxx/index.html' + md5 'b30ffb8da3665178e68940ff7a61084c' + + def install + fails_with_llvm "Fails with \"collect2: ld terminated with signal 11 [Segmentation fault]\"." + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3