diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-11 18:06:10 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-10-11 19:11:53 -0700 |
commit | c9ad71dbfd55d3b8e37c54e27aac1e67039d8323 (patch) | |
tree | b5eff3d51ed90866258c6b477eac6971729a7e5d | |
parent | e9c6be8352fadf5b10a92f19f4fd9fb11d1ffeeb (diff) |
postfix: update to 3.5.7
Fix compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | mail/postfix/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4b9add1ea..8aad4f9ee 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -8,14 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postfix +PKG_VERSION:=3.5.7 PKG_RELEASE:=1 -PKG_VERSION:=3.5.0 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \ http://ftp.porcupine.org/mirrors/postfix-release/official/ +PKG_HASH:=b7a474f14e153dc7cbf6af38419729bc5af5c3c37aecf6b327a8f962158f0961 -PKG_HASH:=22ac929733449a294252ac8deda4b264ff48a997ff3847007291a2ee53ef55cc -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com> PKG_LICENSE:=IPL-1.0 PKG_LICENSE_FILES:=LICENSE @@ -110,7 +111,7 @@ define Package/postfix/config endmenu endef -CCARGS=-DNO_NIS +CCARGS=-DNO_NIS -fcommon AUXLIBS=-L$(STAGING_DIR)/usr/lib ifdef CONFIG_POSTFIX_TLS |