diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-04 18:36:45 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | f724d5448291431fe3ecc9a87768b76aeac5fc4f (patch) | |
| tree | d42569380fe8590a8717a459b574dce2e1c7608a /pkg/curl | |
| parent | 9207ea2b4476fc32031cc9c34eaad8ad4ec9dc7a (diff) | |
libressl: Update to 2.8.2
Diffstat (limited to 'pkg/curl')
| -rw-r--r-- | pkg/curl/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/curl/README.md b/pkg/curl/README.md index c065c159..5cb0821a 100644 --- a/pkg/curl/README.md +++ b/pkg/curl/README.md @@ -10,8 +10,8 @@ Generated with --with-ca-fallback \ --without-ca-bundle \ CPPFLAGS='-I/src/oasis/out/pkg/libressl/include -I/src/oasis/out/pkg/zlib/include' \ - LDFLAGS='-L/src/oasis/out/pkg/libressl -L/src/oasis/out/pkg/zlib' \ - LIBS=/src/oasis/out/pkg/openbsd/libbsd.a + LDFLAGS='-L/src/oasis/out/pkg/openbsd -L/src/oasis/out/pkg/libressl -L/src/oasis/out/pkg/zlib' \ + LIBS='-lbsd -lcrypto-sha' There are a number of non-standard definitions, but they don't seem to be architecture-specific except for |
