fireinfo: Update to 2.1.8.

Fixes some issues with reading the harddisk serial
numbers on Xen PV machines.
This commit is contained in:
Michael Tremer
2014-02-01 13:38:18 +01:00
parent 4f26ff7f66
commit 3ebf8d1b01
2 changed files with 2 additions and 4361 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.1.7
VER = 2.1.8
THISAPP = fireinfo-v$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 97f6744c1ff61eb104a9278df12451c8
$(DL_FILE)_MD5 = 594702e88a729ae0f35ef35d0786e22f
install : $(TARGET)
@@ -70,7 +70,6 @@ $(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-2.1.7-testing.patch
cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
cd $(DIR_APP) && ./configure --prefix=/usr

File diff suppressed because it is too large Load Diff