X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Farm;h=2fbf65eacd565c8b6e5b4a3c6e40b71029d63aca;hb=be5a22bf095c5cd2b23694218983fd619a2cdce2;hp=3c042a42e4e5bcdf731a7c529a7e63cc8072d0f1;hpb=ce33eb3e3b2422954081bdf7c8cfd3fc8af8ede0;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/arm b/lfs/arm index 3c042a42e4..2fbf65eacd 100644 --- a/lfs/arm +++ b/lfs/arm @@ -77,6 +77,7 @@ $(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) && patch -Np1 < $(DIR_SRC)/src/patches/arm-dont-require-distutils.patch cd $(DIR_APP) && ./install @rm -rf $(DIR_APP) @$(POSTBUILD)