mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00: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:=:
|
Py3Package/python3-light/install:=:
|
||||||
Package/python3/install:=:
|
Package/python3/install:=:
|
||||||
|
|
||||||
# libuuid is provided by e2fsprogs and uuid/uuid.h is moved into
|
# libuuid is provided by util-linux and pkgconfig does not work properly with
|
||||||
# $(STAGING_DIR_HOST)/include/e2fsprogs
|
# tools. Add the necessary includes manually.
|
||||||
|
# $(STAGING_DIR_HOST)/include/uuid
|
||||||
HOST_CFLAGS += \
|
HOST_CFLAGS += \
|
||||||
-I$(STAGING_DIR_HOST)/include/e2fsprogs
|
-I$(STAGING_DIR_HOST)/include/uuid
|
||||||
HOST_CPPFLAGS += \
|
HOST_CPPFLAGS += \
|
||||||
-I$(STAGING_DIR_HOST)/include/e2fsprogs
|
-I$(STAGING_DIR_HOST)/include/uuid
|
||||||
|
|
||||||
HOST_LDFLAGS += \
|
HOST_LDFLAGS += \
|
||||||
-Wl$(comma)-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib
|
-Wl$(comma)-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user