SHA256
3
0
forked from pool/cmake
cmake/cmake-disable-builtin-chrpath.diff
OBS User autobuild 62709b794b Accepting request 25201 from devel:tools:building
Copy from devel:tools:building/cmake based on submit request 25201 from user puzel

OBS-URL: https://build.opensuse.org/request/show/25201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=31
2009-11-27 18:17:43 +00:00

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;
}