mirror of
https://github.com/docker-library/php.git
synced 2025-08-08 08:17:16 +00:00
Add explicit "--build" to our "./configure" invocations
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user