forked from pool/cmake
af90cd4ccf
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=81ec3368914d2c206c3a434f4b5261a1
14 lines
502 B
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;
|
|
}
|