Python: Fix compile of host modules 7154/head
authorJan Kardell <jan.kardell@telliq.com>
Mon, 8 Oct 2018 09:57:14 +0000 (11:57 +0200)
committerJan Kardell <jan.kardell@telliq.com>
Mon, 8 Oct 2018 10:22:39 +0000 (12:22 +0200)
commit0311e58bb645b8f5a2b96528d78edc90c811ed94
treef413433c4c465360bb8e62607453104017ff9120
parentdda7a55418acf14d0c3d5fd82ab1b0cc2946c05a
Python: Fix compile of host modules

Add -rpath linker option to host build, pointing to staging/hostpkh/lib.
It's needed to find the correct host libs during runtime, without it the
hosts libs may be used instaead, causing failures.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
lang/python/python/Makefile