aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nspr.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb
index 9f35741d0..93c382806 100644
--- a/Library/Formula/nspr.rb
+++ b/Library/Formula/nspr.rb
@@ -4,6 +4,7 @@ class Nspr < Formula
homepage "https://developer.mozilla.org/docs/Mozilla/Projects/NSPR"
url "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.8/src/nspr-4.10.8.tar.gz"
sha256 "507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15"
+ revision 1
bottle do
cellar :any
@@ -12,6 +13,13 @@ class Nspr < Formula
sha1 "ceb1c3a8693af7726f5e9dceb3697dfcb9f616be" => :mountain_lion
end
+ keg_only <<-EOS.undent
+ Having this library symlinked makes Firefox pick it up instead of built-in,
+ so it then randomly crashes without meaningful explanation.
+
+ Please see https://bugzilla.mozilla.org/show_bug.cgi?id=1142646 for details.
+ EOS
+
def install
ENV.deparallelize
cd "nspr" do