Skip to content

Commit

Permalink
removed ldap dependency on private LDAP.framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Dec 19, 2019
1 parent 9aac280 commit 70b695b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apothecary/formulas/curl/curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function build() {
--prefix=$BUILD_DIR/curl/build/osx/x86 \
--enable-static \
--disable-shared \
--disable-ldap \
--disable-ldaps \
--host=x86-apple-darwin
make clean
make -j${PARALLEL_MAKE}
Expand All @@ -107,6 +109,8 @@ function build() {
--prefix=$BUILD_DIR/curl/build/osx/x64 \
--enable-static \
--disable-shared \
--disable-ldap \
--disable-ldaps \
--host=x86_64-apple-darwin
make clean
make -j${PARALLEL_MAKE}
Expand Down

0 comments on commit 70b695b

Please sign in to comment.