From c2435b946f574880201cb41d989d8d63d4bbf87d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 22 Jan 2019 12:33:19 +0100 Subject: libblkid: remove dependence on libuuid Currently we use libuuid to print UUID only. This code is possible to replace by one snprintf(). It seems better to duplicate this one snprintf than force all distros to keep libuuid together with libblkid. Note, this scenario has been already supported on --disable-libuuid. Reported-by: Josh Triplett Signed-off-by: Karel Zak --- libblkid/blkid.pc.in | 1 - 1 file changed, 1 deletion(-) (limited to 'libblkid/blkid.pc.in') diff --git a/libblkid/blkid.pc.in b/libblkid/blkid.pc.in index 40ec8a9d7..3316c6be8 100644 --- a/libblkid/blkid.pc.in +++ b/libblkid/blkid.pc.in @@ -6,6 +6,5 @@ includedir=@includedir@ Name: blkid Description: Block device id library Version: @LIBBLKID_VERSION@ -Requires.private: uuid Cflags: -I${includedir}/blkid Libs: -L${libdir} -lblkid -- cgit v1.2.3-55-g7522