Skip to content

Commit

Permalink
Fix building pdo_firebird on macOS with clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 28, 2024
1 parent cffd8ca commit 551471b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/extensions/firebird.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ add_firebird_client_darwin() {
add_firebird_helper() {
firebird_dir=$1
tag="$(php_src_tag)"
export PDO_FIREBIRD_CONFIGURE_PREFIX_OPTS="CFLAGS=-Wno-incompatible-function-pointer-types"
export PDO_FIREBIRD_CONFIGURE_OPTS="--with-pdo-firebird=$firebird_dir"
export PDO_FIREBIRD_LINUX_LIBS="firebird-dev"
export PDO_FIREBIRD_PATH="ext/pdo_firebird"
Expand Down

0 comments on commit 551471b

Please sign in to comment.