diff options
Diffstat (limited to 'Library/Formula/google-perftools.rb')
| -rw-r--r-- | Library/Formula/google-perftools.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/google-perftools.rb b/Library/Formula/google-perftools.rb index 5c7cfb1f3..a76d495fe 100644 --- a/Library/Formula/google-perftools.rb +++ b/Library/Formula/google-perftools.rb @@ -5,9 +5,9 @@ class GooglePerftools < Formula homepage 'http://code.google.com/p/google-perftools/' md5 '7acfee8d3e2ba968d20684e9f7033015' - def install - fails_with_llvm "Segfault during linking", :build => 2326 + fails_with_llvm "Segfault during linking", :build => 2326 + def install ENV.append_to_cflags '-D_XOPEN_SOURCE' system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
