Skip to content

Commit

Permalink
libsecret: add bug links inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 12, 2014
1 parent 7bb8897 commit e4564cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/libsecret.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ def install
"--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
Expand Down

0 comments on commit e4564cc

Please sign in to comment.