From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] gnutls: make it non-wchar friendly
Date: Tue, 05 Feb 2013 11:17:07 +0100 [thread overview]
Message-ID: <87ip67t68s.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1356530149-12305-2-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Wed, 26 Dec 2012 10:55:48 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Make gnutls work for non-wchar toolchains.
Gustavo> It's just a matter of throwing a helping hand to configure.
While this makes gnutls build, it doesn't actually work as there's no
rpl_wctomb implementation so the .so ends up with an undefined reference
to wctomb:
./host/usr/bin/arm-linux-nm -D staging/usr/lib/libgnutls.so.28|grep wctomb
U wctomb
Causing linker errors for packages trying to use it:
CCLD msmtp
host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgnutls.so: undefined reference to `wctomb'
collect2: ld returned 1 exit status
So I'll have to revert this.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-02-05 10:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-26 13:55 [Buildroot] [PATCH 1/3] libgcrypt: disable tests Gustavo Zacarias
2012-12-26 13:55 ` [Buildroot] [PATCH 2/3] gnutls: make it non-wchar friendly Gustavo Zacarias
2013-02-05 10:17 ` Peter Korsgaard [this message]
2012-12-26 13:55 ` [Buildroot] [PATCH 3/3] libmicrohttpd: bump to version 0.9.24 Gustavo Zacarias
2012-12-26 22:41 ` [Buildroot] [PATCH 1/3] libgcrypt: disable tests Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ip67t68s.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox