]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/smartmontools
Updated smartmontools (5.39.1).
[people/pmueller/ipfire-2.x.git] / lfs / smartmontools
index f450ae5bc8337d63f063236f2f5f241b6cabcd96..70e1df15fa68dbe0f0b38af3e06f55b0cd1c2c28 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.36
+VER        = 5.39.1
 
 THISAPP    = smartmontools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2e424f2d35efa38a29ebca419c1dbe3c
+$(DL_FILE)_MD5 = f6f7380ae45587161c0adae8862110e9
 
 install : $(TARGET)
 
@@ -70,8 +70,10 @@ $(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/smartmontools-5.39-exit_segfault.patch
+       cd $(DIR_APP) && ./autogen.sh
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && make BUILD_INFO='"($(NAME) $(VERSION))"' $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)