aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Moritz2014-04-25 03:41:13 +0200
committerJack Nagel2014-04-25 10:43:26 -0500
commitc0383be70f9ebeaaa9faa38553aad15839e06910 (patch)
treeed261e0017c95192d7996c4eeaa826361a3c7f04 /Library
parent7cf822c4ee248fb59f843d0ad7ec0c28d4497918 (diff)
downloadhomebrew-c0383be70f9ebeaaa9faa38553aad15839e06910.tar.bz2
nss: remove libssl.a
resolves conflict with openssl (remove keg only) Closes #28258. Closes #28694. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nss.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb
index fe5cf00cf..9f06cc1c0 100644
--- a/Library/Formula/nss.rb
+++ b/Library/Formula/nss.rb
@@ -15,8 +15,6 @@ class Nss < Formula
depends_on "nspr"
- keg_only "NSS installs a libssl which conflicts with OpenSSL."
-
def install
ENV.deparallelize
cd "nss"
@@ -59,6 +57,8 @@ class Nss < Formula
cp file, lib unless file.include? ".chk"
cp file, libexec if file.include? ".chk"
end
+ # resolves conflict with openssl, see #28258
+ rm lib/"libssl.a"
(lib+"pkgconfig/nss.pc").write pc_file
end