From 5d994298d977257b352645537a4a88199c0f32f1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 03 Jan 2021 03:25:04 -0500 Subject: 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 --- (limited to 'changelog') 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. -- cgit v0.9.1