From 5ff4aa322153534c2c27b10db2ff26f3442e585f Mon Sep 17 00:00:00 2001 From: Joerg Seitter Date: Thu, 16 Apr 2020 14:58:15 +0200 Subject: python3: fix install of optional modules Signed-off-by: Joerg Seitter --- package/python3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/python3/Makefile') diff --git a/package/python3/Makefile b/package/python3/Makefile index 299e99096..04a7402b9 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -59,9 +59,9 @@ define PKG_mod_template INSTALL_MODS_$${ADK_PACKAGE_${1}}+= ${2}-install ${2}-install: - ${INSTALL_DIR} $$(IDIR_$(1))/usr/lib/python3.6/lib-dynload + ${INSTALL_DIR} $$(IDIR_$(1))/usr/lib/python3.8/lib-dynload for m in ${2}; do \ - ${INSTALL_DATA} $(WRKINST)/usr/lib/python3.6/lib-dynload/$$$${m}*.so $$(IDIR_$(1))/usr/lib/python3.6/lib-dynload ;\ + ${INSTALL_DATA} $(WRKINST)/usr/lib/python3.8/lib-dynload/$$$${m}*.so $$(IDIR_$(1))/usr/lib/python3.8/lib-dynload ;\ done endef @@ -94,6 +94,7 @@ CONFIGURE_ARGS:= --with-threads \ --with-system-expat \ --disable-ipv6 \ --without-cxx-main + CONFIGURE_ENV+= ac_cv_have_long_long_format=yes \ ac_cv_file__dev_ptmx=yes \ ac_cv_file__dev_ptc=no -- cgit v1.2.3