diff options
| author | Mike McQuaid | 2014-08-12 12:43:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-12 12:45:01 +0100 |
| commit | 45deea4673cef4d8cd8fab93010cadf277f178b6 (patch) | |
| tree | cb1ae5b86660d63dae6f32e9beabdd011df65831 /Library | |
| parent | f59acedc4997c2215d8a5d68c81799aab62a29b6 (diff) | |
| download | homebrew-45deea4673cef4d8cd8fab93010cadf277f178b6.tar.bz2 | |
libsecret: add bug links inline.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libsecret.rb | 4 |
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 |
