[pytango] 399/483: added missing library directories

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 33f9253e53d21c1ceddc7df27bcf64d3b4b7a80c
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Aug 22 09:08:19 2014 +0000

    added missing library directories
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@26297 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 98ffe99..5ceef5a 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,8 @@ def pkg_config(*packages, **config):
         "-L": "library_dirs",
         "-l": "libraries",
     }
-    cmd = ["pkg-config", "--cflags-only-I", " ".join(packages)]
+    cmd = ["pkg-config", "--cflags-only-I",
+           "--libs-only-L", " ".join(packages)]
     proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
     result = proc.wait()
     result = str(proc.communicate()[0].decode("utf-8"))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list