summaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-03 03:25:04 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-03 03:39:06 (EST)
commit5d994298d977257b352645537a4a88199c0f32f1 (patch)
tree5578e64838043b9b171bdc8991ac1dde0d91c6f9 /changelog
parent43ef90ae038229515964498083955db987d213a0 (diff)
patches: Fix undefined references
Fixes: CCLD curl /usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `wolfSSL_set_session' /usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `wolfSSL_get_session' /usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `wolfTLSv1_1_client_method' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:996: curl] Error 1 make[3]: Leaving directory '/prokit/sessions/705511104/wd/tmp/src/src' make[2]: *** [Makefile:2155: all-recursive] Error 1 make[2]: Leaving directory '/prokit/sessions/705511104/wd/tmp/src/src' make[1]: *** [Makefile:996: all-recursive] Error 1 make[1]: Leaving directory '/prokit/sessions/705511104/wd/tmp/src' make: *** [../build:12: build] Error 2
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index 4e21387..67a4198 100644
--- a/changelog
+++ b/changelog
@@ -7,6 +7,8 @@ curl (7.74.0-1) trunk
certificates.
- Add patch to fix undeclared symbol errors when compiling against
wolfSSL built without OPENSSL_EXTRA.
+ - Add patch to fix undefined references when linking against wolfSSL
+ built with NO_OLD_TLS and NO_SESSION_CACHE.
* Organize packages into sections.
* Reword package descriptions.
* curl-doc: Rename to curl.4-doc.