From af53f0f1ca9ccebfded560eeaca50289a49e6fa5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 17 Sep 2008 13:49:45 +0200 Subject: [PATCH] build-sys: add -luuid to BLKID_LIBS The libblkid is always linked with libuuild, so this indirect dependence in BLKID_LIBS is not a problem. This change helps to people who compile util-linux-ng with non-standard prefix, ..etc. Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b357d18..770eb45a 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,7 @@ AC_DEFUN([UTIL_PKG_STATIC], [ ]) # These default values should work in most cases: -: ${BLKID_LIBS='-lblkid'} +: ${BLKID_LIBS='-lblkid -luuid'} : ${VOLUMEID_LIBS='-lvolume_id'} # ... but for static build, we need to consult pkg-config: -- 2.39.5