File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1313
1414 # Some packages exist on x86 but not arm, or vice versa.
1515 # Install them with reinstall to avoid warnings.
16- brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl openldap
16+ brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
1717 brew uninstall pkg-config
1818 brew install \
1919 pkgconf \
Original file line number Diff line number Diff line change 1919 export PKG_CONFIG_PATH="$BREW_OPT/libxslt/lib/pkgconfig:$PKG_CONFIG_PATH"
2020 export PKG_CONFIG_PATH="$BREW_OPT/zlib/lib/pkgconfig:$PKG_CONFIG_PATH"
2121 export PKG_CONFIG_PATH="$BREW_OPT/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH"
22- export PKG_CONFIG_PATH="$BREW_OPT/openldap/lib/pkgconfig:$PKG_CONFIG_PATH"
2322 ./buildconf --force
2423 ./configure \
2524 --enable-option-checking=fatal \
You can’t perform that action at this time.
0 commit comments