mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
add WITHOUT_PGSQL flag
This commit is contained in:
@@ -135,7 +135,6 @@ construct_configure_options() {
|
||||
--with-mysql=mysqlnd \
|
||||
--with-mysqli=mysqlnd \
|
||||
--with-pdo-mysql=mysqlnd \
|
||||
--with-pdo-pgsql \
|
||||
--with-xmlrpc \
|
||||
--with-zip \
|
||||
--with-zlib \
|
||||
@@ -159,6 +158,12 @@ construct_configure_options() {
|
||||
configure_options="$configure_options --with-pear"
|
||||
fi
|
||||
|
||||
if [ "${PHP_WITHOUT_PGSQL:-no}" != "no" ]; then
|
||||
configure_options="$configure_options"
|
||||
else
|
||||
configure_options="$configure_options --with-pdo-pgsql"
|
||||
fi
|
||||
|
||||
echo "$configure_options"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user