~alpine/aports

[alpine-aports] main/postfix: Adding missing m4 build dependency

Markus Heimbach <markus@esukram.org>
Details
Message ID
<1534786826-8279-1-git-send-email-markus@esukram.org>
Sender timestamp
1534786826
DKIM signature
missing
Download raw message
Patch: +2 -2
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

---
 main/postfix/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD
index 295a8a6..0224433 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=0
pkgrel=1
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
-- 
2.7.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)