Skip to content

Commit

Permalink
pg_top: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Feb 21, 2016
1 parent 411c327 commit a42f924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pg_top.rb
Expand Up @@ -9,7 +9,7 @@ class PgTop < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "echo '#define HAVE_DECL_STRLCPY 1' >> config.h" if MacOS.version >= :mavericks
(buildpath/"config.h").append_lines "#define HAVE_DECL_STRLCPY 1" if MacOS.version >= :mavericks
system "make", "install"
end
end

0 comments on commit a42f924

Please sign in to comment.