buildrootschalter/package/gnutls
Peter Korsgaard 68c3f5257d Revert "gnutls: make it non-wchar friendly"
This reverts commit f1b86cef98

While the fix makes gnutls build without wchar, 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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-05 11:45:28 +01:00
..
Config.in Revert "gnutls: make it non-wchar friendly" 2013-02-05 11:45:28 +01:00
gnutls-correct_rpl_gettimeofday_signature.patch gnutls: fix build on uClibc with C++ support enabled 2012-04-07 21:11:30 +02:00
gnutls.mk gnutls: bump version 2013-02-05 10:39:17 +01:00