Menu

#18 packaging python 02 - use libtool -module

pending-accepted
nobody
None
5
2012-02-29
2011-12-10
No

Currently the python module is installed by compiling a libdir sharedlib
and then relinking it into the python sitearch lib. This is not only complicated
but some check tools report bad rpath elements in the shared library header.

Instead it is possible to use the "libtool -module" feature to install directly
into the python sitearch lib path. Yes, the Makefile.am will be reduced
considerably as a side effect. (that automake/libtool feature was designed
for just these tasks of adding loadlibary modules to a system)

Patch is provided on top of packaging python 01 - destdir

Tested at https://build.opensuse.org/package/show?package=quickfix&project=home%3Aguidod%3Afixfast

Discussion

  • Guido U. Draheim

     
  • Oren Miller

    Oren Miller - 2012-02-29
    • status: open --> pending-accepted
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.