Package: libsemanage
Severity: minor

The extension links against the shared python, which should be
avoided.  To fix it, do not link with '-z defs'.

As an alternative to build the python extension (not yet integrated in
the Makefile), use the following setup.py. Calling that with

  python2.3 setup.py build
  python2.4 setup.py build

installing with

  python2.3 setup.py install --prefix=...
  python2.4 setup.py install --prefix=...


Attachment: setup.py
Description: Binary data

Reply via email to