X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffireinfo;h=55a78455c04b1ab5e708ea295deffb5999051a26;hb=a057a976551e3554d123f5aef1f03583b819feb9;hp=32953881e88e8393619ea6c1c58e4eb3f2f20678;hpb=29e74f0476f549047f4620a33b6a3baecfa93c23;p=ipfire-2.x.git diff --git a/lfs/fireinfo b/lfs/fireinfo index 32953881e8..55a78455c0 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -70,6 +70,11 @@ $(subst %,%_MD5,$(objects)) : $(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-Add-an-other-forbidden-string-Serial.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo/0002-Escape-any-non-printable-ascii-characters.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo/0003-Skip-search-for-hypervisor-name-when-the-CPU-string-.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo/0004-Filter-all-IDs-that-only-consist-of-0xff.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo/0005-Fix-crash-if-there-is-id-has-already-been-reset-to-N.patch cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh cd $(DIR_APP) && ./configure --prefix=/usr