Python3: fix configure error with autoconf-archive dependency

fix build error whilst executing "scripts/create_addon script.config.vdr"

  BUILD      Python3 (host)
      TOOLCHAIN      autotools
  Executing (host):
  /build/build.LibreELEC-ARMv7.arm-11.0-devel/build/Python3-3.9.12/configure
  --host=x86_64-linux-gnu --build=x86_64-linux-gnu
  --prefix=/build/build.LibreELEC-ARMv7.arm-11.0-devel/toolchain
  ...

  configure: WARNING: unrecognized options: --disable-static
  configure: error: Please install autoconf-archive package and re-run autoreconf
  FAILURE: scripts/build Python3:host during configure_host (default)
This commit is contained in:
Rudi Heitbaum 2022-05-12 11:53:53 +00:00
parent ca34566dcd
commit 160954b717

View File

@ -8,7 +8,7 @@ PKG_SHA256="2cd94b20670e4159c6d9ab57f91dbf255b97d8c1a1451d1c35f4ec1968adf971"
PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_HOST="zlib:host bzip2:host libffi:host util-linux:host xz:host"
PKG_DEPENDS_HOST="zlib:host bzip2:host libffi:host util-linux:host xz:host autoconf-archive:host"
PKG_DEPENDS_TARGET="toolchain Python3:host sqlite expat zlib bzip2 xz openssl libffi readline ncurses util-linux"
PKG_LONGDESC="Python3 is an interpreted object-oriented programming language."
PKG_TOOLCHAIN="autotools"