postfix: fix last cross compilation issue.
This commit is contained in:
parent
1267be2014
commit
41d0daa588
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue