Ticket #16 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

Tidy dynamically loaded sm modules

Reported by: smoku Owned by: smoku
Priority: major Component: General
Version: 2.1 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

The dynamically loaded sm modules are currently treated by libtool as if they are system libraries. That is, they are versioned, named with an initial ‘lib’ and installed into /usr/lib.

The patch I’m going to attach tells libtool that they are program extensions - so they are installed into /usr/lib/jabberd, no longer have a preceding lib, and are no longer versioned.

Attachments

jabberd-2.1.1-libs.patch (7.2 KB) - added by smoku 20 months ago.
Patch by Simon Wilkinson <simon@…>

Change History

Changed 20 months ago by smoku

Patch by Simon Wilkinson <simon@…>

Changed 20 months ago by smoku

  • status changed from new to closed
  • resolution set to fixed

(In [139]) Integrated libs.patch by Simon Wilkinson. Closes #16

Note: See TracTickets for help on using tickets.