diff options
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 |
