]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/smartmontools
Updated openssl (0.9.8n).
[people/pmueller/ipfire-2.x.git] / lfs / smartmontools
index 7d82079ce54e82fccfd3c369229e5d6590864147..b3dd9d81ae82ae06a0bd47c8979d4aff26836a3d 100644 (file)
@@ -70,6 +70,7 @@ $(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 BUILD_INFO='"($(NAME) $(VERSION))"' $(MAKETUNING)