SHA256
3
0
forked from pool/cmake
cmake/cmake-disable-builtin-chrpath.diff

14 lines
502 B
Diff

Index: Source/cmTarget.cxx
===================================================================
--- Source/cmTarget.cxx.orig 2009-11-13 19:32:58.000000000 +0100
+++ Source/cmTarget.cxx 2009-11-26 10:41:29.000000000 +0100
@@ -3679,7 +3679,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;
}