On 19 May 2026, at 12:17, Mark Jonas via lists.openembedded.org <[email protected]> wrote: > Thank you for looking at it and your feedback. We'll have a look at it and > give it a try. So far we have zero experience with autoconf. > > In case somebody with autoconf experience is reading here and would like to > give a hand, help is welcome.
The logic here is that curl looks for a mbedtls symbol in libmbedtls.so on the default search path, and if that fails then tries again using the path it’s been given. If that succeeds then the path gets dropped into various places. The problem is that the first symbol looked up was removed from mbedtls five years ago, so that will always fail. The same path is then used explicitly and the search succeeds, so the sysroot gets dropped into various places for no good reason. Patch incoming. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237546): https://lists.openembedded.org/g/openembedded-core/message/237546 Mute This Topic: https://lists.openembedded.org/mt/119299519/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
