[Python-modules-commits] [python-getdns] 03/09: remove-rpath
Scott Kitterman
kitterman at moszumanska.debian.org
Tue Dec 29 19:45:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-getdns.
commit 2b45a40f340ed639e8e5d0218266b533001f3ab3
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 cc64e8c..19ffdf4 100644
--- a/setup.py
+++ b/setup.py
@@ -55,13 +55,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 = [ 'ldns', '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