aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-08-12 12:43:47 +0100
committerMike McQuaid2014-08-12 12:45:01 +0100
commit45deea4673cef4d8cd8fab93010cadf277f178b6 (patch)
treecb1ae5b86660d63dae6f32e9beabdd011df65831 /Library
parentf59acedc4997c2215d8a5d68c81799aab62a29b6 (diff)
downloadhomebrew-45deea4673cef4d8cd8fab93010cadf277f178b6.tar.bz2
libsecret: add bug links inline.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libsecret.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/libsecret.rb b/Library/Formula/libsecret.rb
index ab1cdf256..5b1a297d8 100644
--- a/Library/Formula/libsecret.rb
+++ b/Library/Formula/libsecret.rb
@@ -23,7 +23,11 @@ class Libsecret < Formula
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=734630
inreplace "Makefile", "sed", "gsed"
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=734631
inreplace "Makefile", "--nonet", ""
system "make", "install"
end