mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
python3: replace e2fsprogs includes
libuuid is provided by util-linux now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user