diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index aa893be52c..7bf3cb077b 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -17,7 +17,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-libpsl \ --without-zstd \ --without-brotli \ - --without-gssapi + --without-gssapi \ + --without-gsasl LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |