git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a634589
)
python3: bump PKG_RELEASE
author
Josef Schlehofer
<redacted>
Thu, 21 Nov 2019 14:18:35 +0000
(15:18 +0100)
committer
Josef Schlehofer
<redacted>
Thu, 21 Nov 2019 14:19:15 +0000
(15:19 +0100)
Fixes: 85eee2d7f85421fd9156fb988ac865679e4e7851 (python3: fix build when
Blake2 not enabled in OpenSSL")
Signed-off-by: Josef Schlehofer <redacted>
lang/python/python3/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python3/Makefile
b/lang/python/python3/Makefile
index 809cda4d0fedbca930d44e0cef5675e827595b7a..f976b9990cfe604771c27f088aec83bffc6eb7bc 100644
(file)
--- a/
lang/python/python3/Makefile
+++ b/
lang/python/python3/Makefile
@@
-14,7
+14,7
@@
PYTHON_VERSION:=$(PYTHON3_VERSION)
PYTHON_VERSION_MICRO:=$(PYTHON3_VERSION_MICRO)
PKG_NAME:=python3
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
git clone https://git.99rst.org/PROJECT