We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffd8ca commit 12b88cfCopy full SHA for 12b88cf
src/scripts/extensions/firebird.sh
@@ -15,6 +15,7 @@ add_firebird_client_darwin() {
15
add_firebird_helper() {
16
firebird_dir=$1
17
tag="$(php_src_tag)"
18
+ export PDO_FIREBIRD_CONFIGURE_PREFIX_OPTS="CFLAGS=-Wno-incompatible-function-pointer-types EXTRA_CFLAGS=-Wno-int-conversion"
19
export PDO_FIREBIRD_CONFIGURE_OPTS="--with-pdo-firebird=$firebird_dir"
20
export PDO_FIREBIRD_LINUX_LIBS="firebird-dev"
21
export PDO_FIREBIRD_PATH="ext/pdo_firebird"
0 commit comments