]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/mc
Geaendert:
[people/pmueller/ipfire-2.x.git] / lfs / mc
diff --git a/lfs/mc b/lfs/mc
index 96d6308a7be2a4556c3609257e0fd6924e21f001..b8901f40ac946bc8ce680f567baf44860652a265 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -78,7 +78,7 @@ $(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 --with-screen=mcslang --without-x --disable-nls --with-samba
+       cd $(DIR_APP) && ./configure --prefix=/usr --without-x --disable-nls
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)