tools: e2fsprogs: bypass libuuid check
authorRosen Penev <rosenp@gmail.com>
Wed, 25 Sep 2024 17:42:15 +0000 (10:42 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 26 Sep 2024 09:08:23 +0000 (11:08 +0200)
commit676a2ab03b37895ae47f7730cb9abcee38ebe774
tree63ace85c07862c11073642411c6809817812a0d8
parent9567dbe3a12b964ff9d29a83f443c6e804640083
tools: e2fsprogs: bypass libuuid check

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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16480
Link: https://github.com/openwrt/openwrt/pull/16480
Link: https://github.com/openwrt/openwrt/pull/16480
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/e2fsprogs/Makefile