Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
cmake-gui
cmake-disable-builtin-chrpath.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cmake-disable-builtin-chrpath.diff of Package cmake-gui
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; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor