diff options
| author | Adam Vandenberg | 2013-12-05 07:55:02 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-05 07:55:11 -0800 |
| commit | 649b07522e7699b23140d9421fa30688ab256d78 (patch) | |
| tree | 67bfb38996fefdbeb3cf0a90b4d4a1fc3f63aac8 /Library | |
| parent | b8a49a35a38fa2808246ed946a417ada10c22df9 (diff) | |
| download | homebrew-649b07522e7699b23140d9421fa30688ab256d78.tar.bz2 | |
hercules: add upstream bug report
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hercules.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/hercules.rb b/Library/Formula/hercules.rb index 7be79ffd6..99dacc842 100644 --- a/Library/Formula/hercules.rb +++ b/Library/Formula/hercules.rb @@ -13,6 +13,8 @@ class Hercules < Formula system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-optimization=no" + # Reported upstream: + # https://github.com/rbowler/spinhawk/issues/16 inreplace "hscutl.c", "SOL_TCP", "IPPROTO_TCP" system "make" system "make install" |
