Browse Source

python,python3: apply PKG_FIXUP:=autoreconf

Should hopefully provide more consistent results
across distros.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 7 years ago
parent
commit
8750a59d3d
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      lang/python/python/Makefile
  2. +1
    -0
      lang/python/python3/Makefile

+ 2
- 1
lang/python/python/Makefile View File

@ -14,7 +14,7 @@ PKG_NAME:=python
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
# XXX: reset PKG_RELEASE to 1 only if Python's pip & setuptools versions have also bumped;
# otherwise, keep bumping PKG_RELEASE
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
@ -29,6 +29,7 @@ include ./files/python-host.mk
# For PyPackage
include ./files/python-package.mk
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
HOST_BUILD_PARALLEL:=1


+ 1
- 0
lang/python/python3/Makefile View File

@ -32,6 +32,7 @@ include ./files/python3-host.mk
# For Py3Package
include ./files/python3-package.mk
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
HOST_BUILD_PARALLEL:=1


Loading…
Cancel
Save