From: Rosen Penev Date: Sat, 29 Jun 2024 19:03:28 +0000 (-0700) Subject: python3: replace e2fsprogs includes X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8aac7a78a9e678feb93ef634b0c34f29848e0eee;p=feed%2Fpackages.git python3: replace e2fsprogs includes libuuid is provided by util-linux now. Signed-off-by: Rosen Penev --- diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index f34fc86951..71990893df 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -284,12 +284,13 @@ endef Py3Package/python3-light/install:=: Package/python3/install:=: -# libuuid is provided by e2fsprogs and uuid/uuid.h is moved into -# $(STAGING_DIR_HOST)/include/e2fsprogs +# libuuid is provided by util-linux and pkgconfig does not work properly with +# tools. Add the necessary includes manually. +# $(STAGING_DIR_HOST)/include/uuid HOST_CFLAGS += \ - -I$(STAGING_DIR_HOST)/include/e2fsprogs + -I$(STAGING_DIR_HOST)/include/uuid HOST_CPPFLAGS += \ - -I$(STAGING_DIR_HOST)/include/e2fsprogs + -I$(STAGING_DIR_HOST)/include/uuid HOST_LDFLAGS += \ -Wl$(comma)-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib