--- Source/cmTarget.cxx.orig 2012-11-02 14:39:11.177148019 +0100 +++ Source/cmTarget.cxx 2012-11-02 14:39:21.777018932 +0100 @@ -4130,7 +4130,7 @@ } // Allow the user to disable builtin chrpath explicitly. - if(this->Makefile->IsOn("CMAKE_NO_BUILTIN_CHRPATH")) + if(1 || this->Makefile->IsOn("CMAKE_NO_BUILTIN_CHRPATH")) { return false; }