Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / postfix
Commits: 16003eda by Robin Candau at 2025-06-03T19:48:41+02:00 upgpkg: 3.10.2-2: Fix build with gcc-15 Add '-std=gnu17' to the cflags in order to fix build with gcc-15 See https://www.mail-archive.com/postfix-devel@postfix.org/msg01269.html & https://www.mail-archive.com/postfix-devel@postfix.org/msg01270.html Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/issues/10 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = postfix pkgdesc = Fast, easy to administer, secure mail server pkgver = 3.10.2 - pkgrel = 1 + pkgrel = 2 url = https://www.postfix.org/ arch = x86_64 license = EPL-2.0 OR IPL-1.0 ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ pkgname=( postfix-{cdb,ldap,lmdb,mongodb,mysql,pcre,pgsql,sqlite} ) pkgver=3.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="Fast, easy to administer, secure mail server" arch=(x86_64) url="https://www.postfix.org/" @@ -98,6 +98,7 @@ build() { '-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"' '-DDEF_README_DIR=\"/usr/share/doc/postfix\"' '-DDEF_MANPAGE_DIR=\"/usr/share/man\"' + '-std=gnu17' # https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/issues/10 ) # NOTE: descriptions of options in makedefs local make_options=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/16003edaa58f5cdf4c4dc00aac5592fa99b1da99 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/16003edaa58f5cdf4c4dc00aac5592fa99b1da99 You're receiving this email because of your account on gitlab.archlinux.org.