apr-util: drop universal
This commit is contained in:
parent
43a3de6e76
commit
724763b73f
1 changed files with 0 additions and 4 deletions
|
@ -14,8 +14,6 @@ class AprUtil < Formula
|
|||
|
||||
keg_only :provided_by_osx, "Apple's CLT package contains apr."
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "apr"
|
||||
depends_on "openssl"
|
||||
depends_on "postgresql" => :optional
|
||||
|
@ -26,8 +24,6 @@ class AprUtil < Formula
|
|||
depends_on "homebrew/dupes/openldap" => :optional
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
|
||||
# Stick it in libexec otherwise it pollutes lib with a .exp file.
|
||||
args = %W[
|
||||
--prefix=#{libexec}
|
||||
|
|
Loading…
Reference in a new issue