diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:20:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:53:54 +0100 |
commit | 314aef8ffc337ad6a2bed1cc14669d469abdb6f8 (patch) | |
tree | 8fbe6f1f293ff48d42f1646229588df337e85065 /package/python3 | |
parent | 8872c7a37822c3e32caf8fdea6c22a8adcf8f6e9 (diff) |
python3: update to 3.11.8, fix issue when glib libintl.h is in staging dir
Diffstat (limited to 'package/python3')
-rw-r--r-- | package/python3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile index 59b97b4dc..043ce5bf7 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= python3 -PKG_VERSION:= 3.11.7 +PKG_VERSION:= 3.11.8 PKG_RELEASE:= 1 -PKG_HASH:= 18e1aa7e66ff3a58423d59ed22815a6954e53342122c45df20c96877c062b9b7 +PKG_HASH:= 9e06008c8901924395bc1da303eac567a729ae012baa182ab39269f650383bb3 PKG_DESCR:= python scripting language PKG_SECTION:= dev/lang PKG_DEPENDS:= libffi zlib libexpat @@ -86,7 +86,8 @@ CONFIGURE_ARGS:= --with-system-expat \ CONFIGURE_ENV+= ac_cv_have_long_long_format=yes \ ac_cv_file__dev_ptmx=yes \ - ac_cv_file__dev_ptc=no + ac_cv_file__dev_ptc=no \ + ac_cv_header_libintl_h=no python3-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} ${INSTALL_DIR} ${IDIR_PYTHON3}/usr/bin ${IDIR_PYTHON3}/usr/lib |