postfix: fix last cross compilation issue.

This commit is contained in:
Juan RP 2013-12-12 22:43:19 +01:00
parent 1267be2014
commit 41d0daa588

View file

@ -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 \