Skip to content

Commit

Permalink
nspr: fix pthreads argument to configure
Browse files Browse the repository at this point in the history
Fixes Homebrew#48505

Closes Homebrew#48656.

Signed-off-by: Andrew Janke <[email protected]>
  • Loading branch information
apjanke committed Feb 2, 2016
1 parent 0b7599f commit 0060645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Formula/nspr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Nspr < Formula
homepage "https://developer.mozilla.org/docs/Mozilla/Projects/NSPR"
url "https://archive.mozilla.org/pub/mozilla.org/nspr/releases/v4.11/src/nspr-4.11.tar.gz"
sha256 "cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2"
revision 1

bottle do
cellar :any
Expand Down Expand Up @@ -30,7 +31,7 @@ def install
--disable-debug
--prefix=#{prefix}
--enable-strip
--enable-pthreads
--with-pthreads
--enable-ipv6
--enable-macos-target=#{MacOS.version}
]
Expand Down

0 comments on commit 0060645

Please sign in to comment.