meta-openembedded/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
Pascal Bach 625e1e58d0 python-pyzmq, python3-pyzmq: update to 17.1.0
Also the package is licensed under both BSD and LGPL-3.0.
This the license checksum was updated to reflect this.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20 16:07:12 -07:00

14 lines
468 B
Diff

diff --git a/setup.py b/setup.py
index d243eaa..98099bc 100755
--- a/setup.py
+++ b/setup.py
@@ -192,8 +192,6 @@ def _add_rpath(settings, path):
"""
if sys.platform == 'darwin':
settings['extra_link_args'].extend(['-Wl,-rpath','-Wl,%s' % path])
- else:
- settings['runtime_library_dirs'].append(path)
def settings_from_prefix(prefix=None, bundle_libzmq_dylib=False):
"""load appropriate library/include settings from ZMQ prefix"""