Browse Source

Merge pull request #7129 from jan-kardell/TQ_fix_python3

Python3: Fix host build on OpenSUSE
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
e02ae17b67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python3/Makefile

+ 1
- 1
lang/python/python3/Makefile 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 += \


Loading…
Cancel
Save