cmake/cmake-disable-builtin-chrpath.diff

14 lines
502 B
Diff

Index: Source/cmTarget.cxx
===================================================================
--- Source/cmTarget.cxx.orig 2010-06-28 17:15:59.000000000 +0200
+++ Source/cmTarget.cxx 2010-07-20 22:27:13.000000000 +0200
@@ -3785,7 +3785,7 @@ bool cmTarget::IsChrpathUsed(const char*
}
// 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;
}