X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fautoconf;h=7e622da86cb41081fb22ab55c2303b30ff043c80;hp=9c58e20cc623973a3008d35a961b79b6d338d102;hb=8f6e4eaff74ea1c90815ede2663ed2561508a56f;hpb=d7a3254acedb43995d6a6e769562576cc7ff8639 diff --git a/lfs/autoconf b/lfs/autoconf index 9c58e20cc6..7e622da86c 100644 --- a/lfs/autoconf +++ b/lfs/autoconf @@ -69,7 +69,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=/usr + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)