]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/fetchmail
Revert "core123: Ship updated usbutils"
[ipfire-2.x.git] / lfs / fetchmail
index 66b9a65b02159b4c0a0f58590f3e0daaf6577620..7386e8feee64301d85c689e912cfa88375fbfcd0 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fetchmail
-PAK_VER    = 7
+PAK_VER    = 9
 
 DEPS       = ""
 
@@ -77,6 +77,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fetchmail-6.3.26-permit-build-without-ssl3.patch
+
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --with-ssl \
@@ -96,5 +98,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 644 $(DIR_SRC)/config/backup/includes/fetchmail \
                /var/ipfire/backup/addons/includes/fetchmail
 
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,fetchmail)
+
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)