diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/userspace-rcu.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/userspace-rcu.rb b/Library/Formula/userspace-rcu.rb index 01d1e7b1c..8d5037564 100644 --- a/Library/Formula/userspace-rcu.rb +++ b/Library/Formula/userspace-rcu.rb @@ -5,6 +5,13 @@ class UserspaceRcu < Formula url "http://lttng.org/files/urcu/userspace-rcu-0.8.4.tar.bz2" sha1 "4b3bf1b76e6ea50d9a56d9e5e00df2cc7c4d610f" + bottle do + cellar :any + sha1 "16c1a7476c1f43cfdee4b3410dc2a91b7c84ba5c" => :mavericks + sha1 "e914e384c50f1fcde334f4ea059c62305b5e60ca" => :mountain_lion + sha1 "be83fc32071b02e3881a67119e3944166d8f81ad" => :lion + end + def install args = ["--disable-dependency-tracking", "--disable-silent-rules", "--disable-rpath", "--prefix=#{prefix}"] |
