Skip to content

Commit

Permalink
tools: e2fsprogs: bypass libuuid check
Browse files Browse the repository at this point in the history
The check is the wrong way around. It uses AC_CHECK_LIBS and then
pkg-config, probably because the latter is a second class citizen.

Just bypass it. pkg-config gets used anyway.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt/openwrt#16480
Link: openwrt/openwrt#16480
Link: openwrt/openwrt#16480
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Sep 26, 2024
1 parent 9567dbe commit 676a2ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/e2fsprogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ HOST_CONFIGURE_ARGS += \
--disable-fuse2fs \
--with-crond-dir=no

# The following uses pkg-config the wrong way around. Just override it.
HOST_CONFIGURE_VARS += \
ac_cv_lib_uuid_uuid_generate=yes

define Host/Prepare
$(call Host/Prepare/Default)
rm -rf $(HOST_BUILD_DIR)/doc
Expand Down

0 comments on commit 676a2ab

Please sign in to comment.