aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/valgrind.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-10-25 13:00:43 +0100
committerMike McQuaid2012-10-25 13:01:45 +0100
commit273ebbe808633a8d6906c728d5baa9958d069ed2 (patch)
tree69b1aaa438636522af11c6bfc02a961a38d27129 /Library/Formula/valgrind.rb
parentb4f65f5171dfb43e2ab36f9d470ad17258a81ea3 (diff)
downloadhomebrew-273ebbe808633a8d6906c728d5baa9958d069ed2.tar.bz2
Revert "valgrind: remove unused skip_clean"
This reverts commit 24a9737aeb00606c5ef70fb6c8e310eddeee9c22. This line was originally to fix #2150 which it breaks again. Fixes #15620.
Diffstat (limited to 'Library/Formula/valgrind.rb')
-rw-r--r--Library/Formula/valgrind.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index a9d846d78..44fd03baf 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -20,6 +20,10 @@ class Valgrind < Formula
depends_on :libtool
end
+ # Valgrind needs vcpreload_core-*-darwin.so to have execute permissions.
+ # See #2150 for more information.
+ skip_clean 'lib/valgrind'
+
def patches
# 1: For Xcode-only systems, we have to patch hard-coded paths, use xcrun &
# add missing CFLAGS. See: https://bugs.kde.org/show_bug.cgi?id=295084