Skip to content

Commit

Permalink
contrib: install_db4: fix for MacOS
Browse files Browse the repository at this point in the history
Rationale:
    configure for bdb fails detecting a mutex implementation when
    -Wno-error=implicit-function-declaration is not present on MacOS.
    This was fixed for depends in 7c20fc9.
  • Loading branch information
div72 committed Feb 1, 2022
1 parent 4b430f0 commit d0bdf6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/install_db4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ cp "$script_dir/../depends/config.sub" dist/config.sub

cd build_unix/

CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration" \
"${BDB_PREFIX}/${BDB_VERSION}/dist/configure" \
--enable-cxx --disable-shared --disable-replication --with-pic --prefix="${BDB_PREFIX}" \
"${@}"
Expand Down

0 comments on commit d0bdf6d

Please sign in to comment.