Merge pull request #7129 from jan-kardell/TQ_fix_python3

Python3: Fix host build on OpenSUSE
This commit is contained in:
Hannu Nyman 2018-10-08 19:54:14 +03:00 committed by GitHub
commit e02ae17b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,7 +264,7 @@ define Py3Package/python3/filespec
endef
HOST_LDFLAGS += \
$$$$(pkg-config --static --libs libcrypto libssl)
$$$$(pkg-config --static --libs libcrypto libssl) -Wl$(comma)-rpath=$(STAGING_DIR_HOSTPKG)/lib
ifeq ($(HOST_OS),Linux)
HOST_LDFLAGS += \