X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ftar;h=953613d51a4022851f1221995970061b0f00b7b1;hp=b8cf8b3b2015fd7ed1c026cf68991865c25e06d5;hb=d5b7f82a40b69a57d6d849c2e6da583c6772fc9a;hpb=bb473fd1d6e97785dee70ceb75f9b898f92fc507 diff --git a/lfs/tar b/lfs/tar index b8cf8b3b20..953613d51a 100644 --- a/lfs/tar +++ b/lfs/tar @@ -80,6 +80,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) && patch -Np1 -i $(DIR_SRC)/src/patches/tar/01_extract.c.patch + cd $(DIR_APP) && ./configure $(EXTRA_CONFIG) FORCE_UNSAFE_CONFIGURE=1 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install