Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libtasn1: add --universal
Browse files Browse the repository at this point in the history
Closes #19554.
Closes #19570.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jonhermansen authored and adamv committed May 2, 2013
1 parent 6dd53be commit 79d7a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/libtasn1.rb
Expand Up @@ -6,7 +6,10 @@ class Libtasn1 < Formula
mirror 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-3.3.tar.gz'
sha1 '594a2b65742e45b0abf140ea504fc06de2ca3b1e'

option :universal

def install
ENV.universal_binary if build.universal?
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
Expand Down

0 comments on commit 79d7a1a

Please sign in to comment.