diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:23:01 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:24:15 -0800 |
commit | 53f80e1a38fcf233931b1975dc9ae84fa4ff6e7c (patch) | |
tree | 0087d25553949834560dbe9c477ae29f74006840 /tools/depends/target/curl | |
parent | 10192f85b5fb41b1742fda3ce795fa2e37eea764 (diff) |
tools/depends: curl: add --without-gsasl option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools/depends/target/curl')
-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) |