1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-29 04:15:16 +02:00

Merge pull request #7154 from jan-kardell/TQ_fix_python2

Python: Fix compile of host modules
This commit is contained in:
Hannu Nyman 2018-10-08 19:58:39 +03:00 committed by GitHub
commit 928f46fc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ define PyPackage/python/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 += \