Codebase list python-pyeclib / 0c021d1
Removed rpath tweak in setup.py Thomas Goirand 9 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Removes rpath tweak
1 Upstream is playing with rpath, which should never happen in a system like
2 Debian. So this patch removes it from setup.py.
3 Author: Thomas Goirand <zigo@debian.org>
4 Forwarded: no
5 Last-Update: 2014-11-14
6
7 --- python-pyeclib-0.9.10.orig/setup.py
8 +++ python-pyeclib-0.9.10/setup.py
9 @@ -182,8 +182,6 @@ module = Extension('pyeclib_c',
10 libraries=['Jerasure', 'erasurecode'],
11 # The extra arguments are for debugging
12 # extra_compile_args=['-g', '-O0'],
13 - extra_link_args=['-Wl,-rpath,%s' %
14 - l for l in default_library_paths],
15 sources=['src/c/pyeclib_c/pyeclib_c.c'])
16
17 setup(name='PyECLib',
00 disable-check-for-liberasure-code.patch
1 remove-rpath-tweak.patch