Browse Source
Merge pull request #7154 from jan-kardell/TQ_fix_python2
Python: Fix compile of host modules
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lang/python/python/Makefile
|
|
@ -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 += \
|
|
|
|