forked from pool/cmake
d786652a21
Update to 2.8.10 OBS-URL: https://build.opensuse.org/request/show/139994 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=98
12 lines
366 B
Diff
12 lines
366 B
Diff
--- Source/cmTarget.cxx.orig 2012-11-02 14:39:11.177148019 +0100
|
|
+++ Source/cmTarget.cxx 2012-11-02 14:39:21.777018932 +0100
|
|
@@ -4130,7 +4130,7 @@
|
|
}
|
|
|
|
// 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;
|
|
}
|