mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
python3: Fix/expand platform triplet detection
Currently, configure does not find the correct platform triplet for musl as the default build/host values passed by OpenWrt buildroot does not contain the text "linux-musl". This backportsc163d7f0b6to add detection for mips soft float and musl. Signed-off-by: Jeffery To <jeffery.to@gmail.com> (cherry picked from commit5a0055df06)
This commit is contained in:
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||
include ../python3-version.mk
|
||||
|
||||
PKG_NAME:=python3
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
|
||||
|
||||
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
|
||||
|
||||
Reference in New Issue
Block a user