]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/mc
Hinzugefuegt:
[people/pmueller/ipfire-2.x.git] / lfs / mc
diff --git a/lfs/mc b/lfs/mc
index b8901f40ac946bc8ce680f567baf44860652a265..8b27ba042dfbb0b68177fdd988fe7dba86f56449 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -78,7 +78,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --without-x --disable-nls
+       cd $(DIR_APP) && ./configure --prefix=/usr --without-x --disable-nls \
+                               --with-screen=mcslang # --with-samba
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)