[Python-modules-commits] [python-getdns] 02/05: remove-rpath

Scott Kitterman kitterman at moszumanska.debian.org
Thu Apr 7 05:24:50 UTC 2016


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

kitterman pushed a commit to branch master
in repository python-getdns.

commit 7658b0d6aee69ef972d95ece304db8606205007c
Author: =?utf-8?q?Ond=C5=99ej_Sur=C3=BD?= <ondrej at debian.org>
Date:   Sun Mar 1 10:38:43 2015 +0100

    remove-rpath
    
    Patch-Name: 0001-remove-rpath.patch
---
 setup.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/setup.py b/setup.py
index 39434af..fa47a5b 100644
--- a/setup.py
+++ b/setup.py
@@ -51,13 +51,10 @@ if not ((platform_version[0] == '3') or (platform_version == ['2', '7'])):
     os._exit(1)
 
 getdns_module = Extension('getdns',
-                    include_dirs = [ '/usr/local/include', ],
                     libraries = [ 'getdns', 'getdns_ext_event', 'event' ],
-                    library_dirs = [ '/usr/local/lib', lib_dir ],
                     sources = [ 'getdns.c', 'pygetdns_util.c', 'context.c',
                                 'context_util.c', 'result.c' ],
                           extra_compile_args = CFLAGS,
-                    runtime_library_dirs = [ '/usr/local/lib', lib_dir ],
                     )
 
 setup(name='getdns',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-getdns.git



More information about the Python-modules-commits mailing list