mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
14 lines
468 B
Diff
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"""
|