mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
postfix: update to 3.2.3.
Disable NIS on glibc too, as glibc 2.26 doesn't include it by default anymore.
This commit is contained in:
parent
39cc7dba28
commit
8507ca4fae
1 changed files with 3 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'postfix'
|
# Template file for 'postfix'
|
||||||
pkgname=postfix
|
pkgname=postfix
|
||||||
version=3.2.2
|
version=3.2.3
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="High-performance mail transport agent"
|
short_desc="High-performance mail transport agent"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="IBM Public License 1.0, BSD-alike"
|
license="IBM Public License 1.0, BSD-alike"
|
||||||
homepage="http://www.postfix.org/"
|
homepage="http://www.postfix.org/"
|
||||||
distfiles="ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$version.tar.gz"
|
distfiles="ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$version.tar.gz"
|
||||||
checksum=d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576
|
checksum=5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf
|
||||||
|
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="icu-devel libressl-devel db-devel pcre-devel libsasl-devel
|
makedepends="icu-devel libressl-devel db-devel pcre-devel libsasl-devel
|
||||||
|
@ -18,10 +18,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" ${pkgname}"
|
hostmakedepends+=" ${pkgname}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
*-musl) CFLAGS+=" -DNO_NIS" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
system_accounts="postfix"
|
system_accounts="postfix"
|
||||||
postfix_homedir="/var/spool/postfix"
|
postfix_homedir="/var/spool/postfix"
|
||||||
system_groups="postdrop"
|
system_groups="postdrop"
|
||||||
|
@ -61,6 +57,7 @@ do_build() {
|
||||||
|
|
||||||
make makefiles CCARGS=" \
|
make makefiles CCARGS=" \
|
||||||
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${XBPS_CROSS_BASE}/usr/include/sasl \
|
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${XBPS_CROSS_BASE}/usr/include/sasl \
|
||||||
|
-DNO_NIS \
|
||||||
-DHAS_LDAP \
|
-DHAS_LDAP \
|
||||||
-DUSE_TLS \
|
-DUSE_TLS \
|
||||||
-DHAS_EAI -I${XBPS_CROSS_BASE}/usr/include \
|
-DHAS_EAI -I${XBPS_CROSS_BASE}/usr/include \
|
||||||
|
|
Loading…
Add table
Reference in a new issue