X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffireinfo;h=f1ee58a13c64488ff7099cbcff74b30bdecc4669;hp=f71437fb036fc65f3fa49533104d3cbdcf676b8f;hb=7bb66417fa6908750cf083e90805d7e498ff161e;hpb=3bf58b324c24be0a43b15a55304958b6e02937fb diff --git a/lfs/fireinfo b/lfs/fireinfo index f71437fb0..f1ee58a13 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -71,6 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo-0001-Exclude-some-more-invalid-patterns.patch + cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING)