Add explicit "--build" to our "./configure" invocations

This commit is contained in:
Tianon Gravi
2017-05-10 11:14:13 -07:00
parent 3712f02b70
commit 6844e717a5
45 changed files with 327 additions and 10 deletions

View File

@ -52,6 +52,11 @@ if [ "$pm" = 'apk' ]; then
fi
fi
if command -v dpkg-architecture > /dev/null; then
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"
set -- --build="$gnuArch" "$@"
fi
set -x
cd "$ext"
phpize