]> err.no Git - util-linux/commitdiff
build-sys: add -luuid to BLKID_LIBS
authorKarel Zak <kzak@redhat.com>
Wed, 17 Sep 2008 11:49:45 +0000 (13:49 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 17 Sep 2008 11:49:45 +0000 (13:49 +0200)
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 <kzak@redhat.com>
configure.ac

index 5b357d182b7354af0aaff8c4e4b845df08b8cc35..770eb45ae85d32757fc3cff1d70a7808a627f9f7 100644 (file)
@@ -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: