Skip to content

Commit

Permalink
libgpg-error: enable static libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored and DomT4 committed Sep 11, 2015
1 parent 0cb1470 commit e78b747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/libgpg-error.rb
Expand Up @@ -18,7 +18,8 @@ class LibgpgError < Formula
def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}",
"--disable-silent-rules"
"--disable-silent-rules",
"--enable-static"
system "make", "install"
end

Expand Down

0 comments on commit e78b747

Please sign in to comment.