From ee781cff92ee056a3de6c75f8046d6d0b69a5630 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 5 Jan 2014 01:09:07 -0500 Subject: [PATCH] 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" --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index eddcbb0..bd9a34e 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) -- 1.8.3.1