diff options
Diffstat (limited to 'pkg/curl/README.md')
| -rw-r--r-- | pkg/curl/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/curl/README.md b/pkg/curl/README.md index 852dbd5f..bbd9dd18 100644 --- a/pkg/curl/README.md +++ b/pkg/curl/README.md @@ -8,9 +8,10 @@ Generated with --disable-smb \ --disable-smtp \ --with-ca-bundle=/etc/ssl/cert.pem \ + --without-ssl \ --with-bearssl \ CPPFLAGS='-I/src/oasis/out/pkg/bearssl/include -I/src/oasis/out/pkg/zlib/include' \ - LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/zlib' \ + LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/zlib' There are a number of non-standard definitions, but they don't seem to be architecture-specific except for |
