Feature #199
libprelude: don't compile libltdl if it's already present
Start date:
Due date:
% Done:
0%
Resolution:
fixed
Description
I wrote a patch to skip compilation of libltdl if it is already present. configure also display if the library will be compiled or not.
History
#1 Updated by Yoann VANDOORSELAERE over 16 years ago
Hello Victor,
Thanks for your patch! There are a few improvements to be made before it can be included in the repository:
- Don't error out if ltdl header are not available: revert to using included libltdl.
- Provide --with-libltdl option to be used for specifying prefix.
- Remove hardcoded /usr/local/lib
Regards,
#2 Updated by Yoann VANDOORSELAERE over 16 years ago
- Status changed from New to Assigned
#3 Updated by Yoann VANDOORSELAERE over 16 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
(In r8815) Implement --with-system-ltdl configure switch. The default is now to use the system wide ltdl library if it is available, unless specified otherwise. Modified patch from Victor Stinner <victor.stinner@inl.fr>. Fix #199.
#4 Updated by Yoann VANDOORSELAERE over 14 years ago
- Project changed from PRELUDE SIEM to Libprelude
- Category deleted (
1) - Target version deleted (
0.9.13)