aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Candler2014-12-01 14:58:39 +0000
committerMike McQuaid2014-12-04 13:34:58 +0000
commit43b2972a0834e0c2053483f53bf7a8db595eb9a3 (patch)
treebc6b2b39f5001802c48466e9f5302fa26e07237f
parentdb60d339c88b4021697d1857c0f4386596fb76e1 (diff)
downloadhomebrew-43b2972a0834e0c2053483f53bf7a8db595eb9a3.tar.bz2
owamp: apply patch to fix tests hanging.
Closes #34588. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/owamp.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/owamp.rb b/Library/Formula/owamp.rb
index eff3998cd..fcb2bed4f 100644
--- a/Library/Formula/owamp.rb
+++ b/Library/Formula/owamp.rb
@@ -5,6 +5,14 @@ class Owamp < Formula
url 'http://software.internet2.edu/sources/owamp/owamp-3.3.tar.gz'
sha1 'ac3b77294ee30d41924b01fc009de0b2605a753c'
+ # Fix to prevent tests hanging under certain circumstances.
+ # Provided by Aaron Brown via perfsonar-user mailing list:
+ # https://lists.internet2.edu/sympa/arc/perfsonar-user/2014-11/msg00131.html
+ patch do
+ url "http://ndb1.internet2.edu/~aaron/owamp_time_fix.patch"
+ sha1 "9e5588d57b357f438ae1a785a713f0deaea5a5ba"
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",