Formula_installer: only attempt relocation install once

Check @@attempted for cctools so that we only attempt the relocation
install once, skip cxxstdlib check in cctools to prevent otool
execution prior to installation, skip fixing install names if
relocation is not required
This commit is contained in:
William Woodruff 2015-06-05 22:42:56 -04:00 committed by Misty De Meo
parent e50b1550e5
commit 02d416d701

View file

@ -21,6 +21,8 @@ class Cctools < Formula
depends_on :ld64
cxxstdlib_check :skip
keg_only :provided_by_osx,
"This package duplicates tools shipped by Xcode."