From: Theodore Ts'o Date: Sun, 5 Jan 2014 06:09:07 +0000 (-0500) Subject: debian: renable use of internal uuid and blkid libraries for e2fsck.static X-Git-Tag: v1.42.10~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee781cff92ee056a3de6c75f8046d6d0b69a5630;p=thirdparty%2Fe2fsprogs.git debian: renable use of internal uuid and blkid libraries for e2fsck.static Now that the diet libc support is working again, we need to use the internal uuid and blkid library in order for e2fsck.static to be compiled properly. Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/rules b/debian/rules index eddcbb002..bd9a34e9d 100755 --- a/debian/rules +++ b/debian/rules @@ -216,7 +216,7 @@ M4_ARGS+=-UDIETLIBC WITH_DIET_LIBC = else M4_ARGS+=-DDIETLIBC -WITH_DIET_LIBC = --with-diet-libc +WITH_DIET_LIBC = --with-diet-libc --enable-libuuid --enable-libblkid endif ifneq ($(BUILD_E2FSCK_STATIC),no)