aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gearman.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gearman.rb b/Library/Formula/gearman.rb
index bb052433e..638a0ba3f 100644
--- a/Library/Formula/gearman.rb
+++ b/Library/Formula/gearman.rb
@@ -9,9 +9,10 @@ class Gearman < Formula
depends_on 'libevent'
depends_on 'ossp-uuid'
+ # gearman-0.28 build error "ld: library not found for -lrt"
+ # see https://bugs.launchpad.net/gearmand/+bug/951198
+ # fixed upstream for 0.29
def patches
- # gearman-0.28 build error "ld: library not found for -lrt"
- # see https://bugs.launchpad.net/gearmand/+bug/951198
DATA
end