Skip to content

Commit 12b88cf

Browse files
committed
Fix building pdo_firebird on macOS with clang 15
1 parent cffd8ca commit 12b88cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/extensions/firebird.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_firebird_client_darwin() {
1515
add_firebird_helper() {
1616
firebird_dir=$1
1717
tag="$(php_src_tag)"
18+
export PDO_FIREBIRD_CONFIGURE_PREFIX_OPTS="CFLAGS=-Wno-incompatible-function-pointer-types EXTRA_CFLAGS=-Wno-int-conversion"
1819
export PDO_FIREBIRD_CONFIGURE_OPTS="--with-pdo-firebird=$firebird_dir"
1920
export PDO_FIREBIRD_LINUX_LIBS="firebird-dev"
2021
export PDO_FIREBIRD_PATH="ext/pdo_firebird"

0 commit comments

Comments
 (0)