mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user