From 41d0daa5880215f651b2eae8b4a2d1757e472c17 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 12 Dec 2013 22:43:19 +0100 Subject: [PATCH] postfix: fix last cross compilation issue. --- srcpkgs/postfix/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template index 963b2d26097..b44ea08f08d 100644 --- a/srcpkgs/postfix/template +++ b/srcpkgs/postfix/template @@ -19,6 +19,8 @@ if [ "$CROSS_BUILD" ]; then fi do_build() { + sed -e "s,\(/usr/include/db.h\),${XBPS_CROSS_BASE}/\1,g" -i makedefs + make makefiles DEBUG='' CCARGS=' \ -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \ -DHAS_LDAP \