X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fexpat;h=5bb22ec27063ddee600c0c1c3030b14e96008522;hp=aa9759094e9cf2c0c005ee0b4618303a4f8a3538;hb=8f6e4eaff74ea1c90815ede2663ed2561508a56f;hpb=3a4459746774ddaabdf6c85414b7b91d75863740 diff --git a/lfs/expat b/lfs/expat index aa9759094e..5bb22ec270 100644 --- a/lfs/expat +++ b/lfs/expat @@ -70,7 +70,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(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 cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/$(THISAPP)