FS#13965 - [kde] Compile KDE with CMAKE_SKIP_RPATH

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Thursday, 26 March 2009, 03:10 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 27 March 2009, 09:55 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: With this option=true the executables and libraries will load a bit faster, because the ld-linux don't will lookup for inexistent libraries for each library that is loaded.

From cmake manual:
# CMAKE_SKIP_RPATH: If true, do not add run time path information.

If this is set to TRUE, then the rpath information is not added to compiled executables. The defaultis to add rpath information if the platform supports it. This allows for easy running from the build tree.


Please see:  FS#13890  - Packaging creation and rpath issues
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Friday, 27 March 2009, 09:55 GMT
Reason for closing:  Implemented
Additional comments about closing:  implemented in 4.2.2 and works fine so far.
Comment by Pierre Schmitz (Pierre) - Thursday, 26 March 2009, 16:04 GMT
After some research I'll give it a try with the upcoming 4.2.2 release. It shouldn't hurt at least.

Loading...