buildroot/package/libnspr
Sergio Prado 390d559db3 libnspr: fix link error with musl toolchains
When linking against libnspr with musl toolchains we get undefined
references to `getprotobyname_r' and `getprotobynumber_r', for example
when compiling libnss:

/home/test/autobuild/instance-1/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libnspr4.so:
undefined reference to `getprotobyname_r'
/home/test/autobuild/instance-1/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libnspr4.so:
undefined reference to `getprotobynumber_r'

That's because musl does not have an implementation of these functions,
so we need to enable their internal implementation from libnspr.

This patch was backported from Alpine Linux commit
a162da839db0d3f8be94a5c1ad2e2e54e691c38a.

Fixes:
http://autobuild.buildroot.net/results/6052538d10779a21ac242d61bb43a371497ec684/
http://autobuild.buildroot.net/results/d62ea7dbe68188d073b4f176e6a354e95a8bab97/
http://autobuild.buildroot.net/results/ae50521c485371cd59bc4ee7e8f323169c7d513d/
...

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-27 23:56:21 +01:00
..
0001-nios2.patch libnspr: bump to version 4.10.9 2015-10-03 15:14:14 +02:00
0002-microblaze.patch libnspr: bump to version 4.10.9 2015-10-03 15:14:14 +02:00
0003-enable-internal-getproto-functions-for-musl.patch libnspr: fix link error with musl toolchains 2016-01-27 23:56:21 +01:00
Config.in
libnspr.hash libnspr: bump to version 4.11 2015-11-21 09:29:03 +01:00
libnspr.mk libnspr: remove thumb2 handling 2016-01-20 00:12:41 +01:00