All of lore.kernel.org
 help / color / mirror / Atom feed
* master - python: specify libdm path for linking
@ 2018-05-15 20:05 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2018-05-15 20:05 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=f8745dc23e8c3e0b2850a0982d251f112d653179
Commit:        f8745dc23e8c3e0b2850a0982d251f112d653179
Parent:        550380c1a48697d6c5bc63b4d63c4b1d772dd14a
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Tue May 15 21:54:58 2018 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue May 15 22:02:41 2018 +0200

python: specify libdm path for linking

---
 python/setup.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/python/setup.py.in b/python/setup.py.in
index dac999a..d09b791 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -21,7 +21,7 @@ from distutils.core import setup, Extension
 liblvm = Extension('lvm',
                     sources = ['liblvm_python.c'],
                     libraries= ['lvm2app', 'devmapper'],
-                    library_dirs= ['@top_builddir@/liblvm'],
+                    library_dirs= ['@top_builddir@/liblvm', '@top_builddir@/libdm'],
                     include_dirs= ['@top_builddir@/include'])
 
 setup (name='lvm',



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-15 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-15 20:05 master - python: specify libdm path for linking Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.