projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7814960
)
python: adjust with glibc and libcrypt-compat
author
Vladimir Ermakov
<
[email protected]
>
Sun, 20 Jul 2025 09:21:25 +0000
(11:21 +0200)
committer
Robert Marko
<
[email protected]
>
Wed, 30 Jul 2025 12:43:39 +0000
(14:43 +0200)
Fix #27012
Signed-off-by: Vladimir Ermakov <
[email protected]
>
lang/python/python3/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python3/Makefile
b/lang/python/python3/Makefile
index 00904645115d3eca5fffc90303b21909a5c54268..944e94180a3bfbac13c0f6ff876fbce2fde6501f 100644
(file)
--- a/
lang/python/python3/Makefile
+++ b/
lang/python/python3/Makefile
@@
-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
@@
-96,7
+96,7
@@
endef
define Package/python3-light
$(call Package/python3/Default)
TITLE+= light installation
- DEPENDS:=+python3-base +libbz2 +zlib
+ DEPENDS:=+python3-base +libbz2 +zlib
+USE_GLIBC:libcrypt-compat
endef
define Package/python3-light/config