]> sourceware.org Git - lvm2.git/commit
python: add devmapper library to linking
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Feb 2018 09:21:00 +0000 (10:21 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Feb 2018 10:00:18 +0000 (11:00 +0100)
commit34a9e3d3cdde5771e30fbd686b20ffba1647a497
tree16125a8e8b4f95781a82ff21ab287a44d8e3fff5
parent7cfe5ab9bc279bb1cea42862a53d83556fb3ed52
python: add devmapper library to linking

On occasional gcc releases it's better to specify also -ldevmapper
to linking logic for python object.

It's in fact more correct since the liblvm.c code is using
libdevmapper functions - that were linked in only via
liblvm2app library.
python/setup.py.in
This page took 0.038466 seconds and 5 git commands to generate.