]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Util-linux-ng will provide libblkid.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 May 2009 11:15:06 +0000 (13:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 May 2009 11:15:06 +0000 (13:15 +0200)
lfs/util-linux-ng

index db472f0bb8bb551e9b33455ff44bf1b8f3db4cd0..a6678ab557f9a2ab66d462a5df1fe20f828dfc6c 100644 (file)
@@ -36,7 +36,7 @@ OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
-DEPS       = pam
+DEPS       = ncurses pam zlib
 
 CFLAGS    += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 
@@ -99,7 +99,7 @@ ifeq "$(STAGE)" "base"
                        --enable-login-utils \
                        --enable-partx \
                        --enable-write \
-                       --with-fsprobe=blkid \
+                       --with-fsprobe=builtin \
                        --disable-makeinstall-chown
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)