python3: fix host uuid and ncurses

pkgconfig doesn't work correct for these two packages. Just readd the
proper paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2025-08-10 15:18:06 -07:00
committed by Hannu Nyman
parent ebb0d87450
commit d9fee08632
2 changed files with 40 additions and 0 deletions
+5
View File
@@ -312,6 +312,11 @@ HOST_CONFIGURE_ARGS += \
--with-system-expat \
--without-cxx-main
# ncurses and uuid have seemingly unsolvable issues with pkgconfig
HOST_CFLAGS += \
-I$(STAGING_DIR_HOSTPKG)/include/ncursesw \
-I$(STAGING_DIR_HOST)/include/uuid
define Host/Configure
$(SED) 's/^ENABLE_USER_SITE = None$$$$/ENABLE_USER_SITE = False/' $(HOST_BUILD_DIR)/Lib/site.py
$(call Host/Configure/Default)