diff options
author | Markus Heimbach <markus@esukram.org> | 2018-08-20 19:40:26 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-03 17:53:01 +0000 |
commit | aab1d5daf00c8bf56fe99ca09f0a7ea0e5216a31 (patch) | |
tree | 75514f62e850f1be843ca4e888bce8f2cf338512 /main/postfix | |
parent | 51335325daaa244243e3e6220a050ef1a5168f7d (diff) | |
download | aports-aab1d5daf00c8bf56fe99ca09f0a7ea0e5216a31.tar.bz2 aports-aab1d5daf00c8bf56fe99ca09f0a7ea0e5216a31.tar.xz |
main/postfix: Adding missing m4 build dependency
Starting with postfix 3.3 the script src/postconf/extract_cfg.sh needs m4 to successfully build.
This leads to the following log output [1] during the package build [2]:
extract_cfg.sh: line 89: m4: not found
[1]: http://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/postfix/postfix-3.3.1-r0.log
[2]: https://pkgs.alpinelinux.org/package/edge/main/x86_64/postfix
Diffstat (limited to 'main/postfix')
-rw-r--r-- | main/postfix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index 5e0e43e2cb..24fc51beb1 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix pkgver=3.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" arch="all" @@ -11,7 +11,7 @@ license="IPL-1.0" depends= makedepends="db-dev pcre-dev libressl-dev postgresql-dev mariadb-connector-c-dev openldap-dev cyrus-sasl-dev perl file sqlite-dev linux-headers coreutils - lmdb-dev" + lmdb-dev m4" install="$pkgname.pre-install" subpackages="$pkgname-doc $pkgname-ldap:_mv_dict |