mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 16:17:36 +04:00
python3: remove rpath from host python
Everything relevant to python is now built statically. No need for rpath. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ HOST_PYTHON3_VARS = \
|
||||
LDSHARED="$(HOSTCC) -shared" \
|
||||
CFLAGS="$(HOST_CFLAGS)" \
|
||||
CPPFLAGS="$(HOST_CPPFLAGS) -I$(HOST_PYTHON3_INC_DIR)" \
|
||||
LDFLAGS="$(HOST_LDFLAGS) -lpython$(PYTHON3_VERSION) -Wl$(comma)-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib" \
|
||||
LDFLAGS="$(HOST_LDFLAGS) -lpython$(PYTHON3_VERSION)" \
|
||||
$(CARGO_HOST_CONFIG_VARS) \
|
||||
SETUPTOOLS_RUST_CARGO_PROFILE="$(CARGO_HOST_PROFILE)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user