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 76d0c05 commit d2bc388Copy full SHA for d2bc388
.github/actions/configure-macos/action.yml
@@ -18,6 +18,8 @@ runs:
18
export PKG_CONFIG_PATH="$BREW_OPT/libxslt/lib/pkgconfig:$PKG_CONFIG_PATH"
19
export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
20
export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
21
+ export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
22
+ brew deps --tree --installed
23
./buildconf --force
24
./configure \
25
--enable-option-checking=fatal \
0 commit comments