]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debian/rules
debian: rationalize configure options management
authorTheodore Ts'o <tytso@mit.edu>
Mon, 30 Dec 2013 22:35:58 +0000 (17:35 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Dec 2013 22:38:45 +0000 (17:38 -0500)
commitefeda9d529bd594e3a193c756fb3901ee38f2231
treee435bd3ab635379cc2453251c8de9b94250cfa36
parenta25fffae5cbdb9349fa3c358c9714584e9de7b33
debian: rationalize configure options management

As part of the debian build, the e2fsprogs sources are built multiple
times --- for the udeb packages, for e2fsck.static, etc.  Make sure
that when we disable the use of the built-in blkid and uuid libraries
(in favor of the ones shipped with util-linux), that we do so for all
of the builds.

Previously we were using the internal blkid library for e2fsck.static.
While this isn't completely broken, the internal blkid library hasn't
been maintained in quite some time, so it's better to use the
util-linux blkid library instead.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/rules