]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: link against libuuid after liblkid
authorTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jul 2011 23:50:37 +0000 (19:50 -0400)
committerChristoph Hellwig <hch@lst.de>
Fri, 22 Jul 2011 14:15:28 +0000 (16:15 +0200)
commit2fb5b620d7723c3d0646860172399c9a182151b1
treea0ea300b01b29d53e4cff2297e184fc86cc17a89
parent86b99f0af616b697b58668d2b3715575acdf8f92
mkfs: link against libuuid after liblkid

The order in which libraries are searched matters if you are using
static libraries.  Since libblkid uses some functions from libuuid, it
needs to come before libuuid in the link line.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
mkfs/Makefile