From: Karel Zak Date: Wed, 17 Sep 2008 11:49:45 +0000 (+0200) Subject: build-sys: add -luuid to BLKID_LIBS X-Git-Tag: v2.15-rc1~390 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af53f0f1ca9ccebfded560eeaca50289a49e6fa5;p=thirdparty%2Futil-linux.git 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 --- diff --git a/configure.ac b/configure.ac index 5b357d182b..770eb45ae8 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: