mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-23 02:50:56 +07:00
Preserve OCI SDK include flags on Ubuntu 26.04
This commit is contained in:
@@ -59,7 +59,7 @@ add_oci_helper() {
|
||||
else
|
||||
compatibility_flag='-Wno-incompatible-function-pointer-types'
|
||||
fi
|
||||
read -r "${ext}_CONFIGURE_PREFIX_OPTS" <<< "CFLAGS=$compatibility_flag"
|
||||
read -r "${ext}_CONFIGURE_PREFIX_OPTS" <<< "SED=sed CFLAGS=$compatibility_flag"
|
||||
read -r "${ext}_LINUX_LIBS" <<< "libaio-dev"
|
||||
read -r "${ext}_CONFIGURE_OPTS" <<< "--with-php-config=$(command -v php-config) --with-${ext/_/-}=instantclient,$oracle_client"
|
||||
patch_phpize
|
||||
|
||||
Reference in New Issue
Block a user