Whamcloud - gitweb
debian: renable use of internal uuid and blkid libraries for e2fsck.static
authorTheodore Ts'o <tytso@mit.edu>
Sun, 5 Jan 2014 06:09:07 +0000 (01:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jan 2014 03:58:16 +0000 (22:58 -0500)
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" <tytso@mit.edu>
debian/rules

index eddcbb0..bd9a34e 100755 (executable)
@@ -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)