]> 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>
Fri, 12 Dec 2008 11:24:30 +0000 (12:24 +0100)
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 5c83906ca4e1a5746c6e253de1e5308a538bd042..724dd93b136cbb356f7790a2f6e2f7454ecb7474 100644 (file)
@@ -175,7 +175,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: