File cmake-disable-builtin-chrpath.diff of Package cmake

--- Source/cmTarget.cxx
+++ Source/cmTarget.cxx
@@ -3105,7 +3105,7 @@ bool cmTarget::IsChrpathUsed()
     }
 
   // 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;
     }
openSUSE Build Service is sponsored by