forked from pool/cmake
62709b794b
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
14 lines
502 B
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;
|
|
}
|