]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed utils-linux-ng instructions.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Oct 2008 09:12:27 +0000 (09:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Oct 2008 09:12:27 +0000 (09:12 +0000)
lfs/util-linux-ng

index d8300fa2c1cd7f0421165a879bb07b84adae39f5..16b61066ccbfdc6a43078ea5d344fae965b0e076 100644 (file)
@@ -56,7 +56,7 @@ $(TARGET) :
 
 ifeq "$(STAGE)" "toolchain"
        cd $(DIR_APP) && ./configure --prefix=$(TOOLS_DIR)
-       cd $(DIR_APP) && make BLKID_LIBS="-lblkid -luuid" -C mount mount umount $(PARALLELISMFLAGS)
+       cd $(DIR_APP) && make -C mount mount umount $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make -C text-utils more $(PARALLELISMFLAGS)
        cd $(DIR_APP) && cp -v mount/{,u}mount text-utils/more $(TOOLS_DIR)/bin
 endif