diff options
| author | Christian Moritz | 2014-04-10 01:40:45 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-10 09:53:35 +0100 |
| commit | b9a8a8c195e7877a9a7cc81db2d66e55a31b4e9b (patch) | |
| tree | 19a152c422600015eb29fcd8892a5c42b9b1e15e /Library | |
| parent | 82575c5191db0d44c2e53149f38bada35c970555 (diff) | |
| download | homebrew-b9a8a8c195e7877a9a7cc81db2d66e55a31b4e9b.tar.bz2 | |
nss: don't install nspr libs
Refs: #28258
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nss.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb index 6a3b700a0..e0440255d 100644 --- a/Library/Formula/nss.rb +++ b/Library/Formula/nss.rb @@ -2,9 +2,8 @@ require 'formula' class Nss < Formula homepage "https://developer.mozilla.org/docs/NSS" - url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_RTM/src/nss-3.16-with-nspr-4.10.4.tar.gz" - sha1 "8ae6ddec43556b4deb949dc889123ff1d09ab737" - version "3.16" + url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_RTM/src/nss-3.16.tar.gz" + sha1 "981dc6ef2f1e69ec7e2b277ce27c7005e9837f95" bottle do cellar :any @@ -33,7 +32,7 @@ class Nss < Formula inreplace "coreconf/Darwin.mk", "-install_name @executable_path", "-install_name #{lib}" inreplace "lib/freebl/config.mk", "@executable_path", lib - system "make", "nss_build_all", *args + system "make", "all", *args # We need to use cp here because all files get cross-linked into the dist # hierarchy, and Homebrew's Pathname.install moves the symlink into the keg |
