summaryrefslogtreecommitdiffstats
path: root/package/libcpprestsdk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:11:23 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-08 21:34:11 +0100
commit3d2810bdcf02cab877db77f827d72b4824181438 (patch)
tree35b8cea0df2e8363606b5dcf0a5c22dc073d9b60 /package/libcpprestsdk
parent4a8c6e6c08bcd84c4aeeb4d39e0d15d5f6a7237b (diff)
downloadbuildroot-3d2810bdcf02cab877db77f827d72b4824181438.tar.gz
buildroot-3d2810bdcf02cab877db77f827d72b4824181438.zip
package/grpc: fix build on non-NPTL systems
uClibc-ng in non-NPTL configurations doesn't implement pthread_setname_np(). Unfortunately grpc assumes that as soon as __GLIBC__ is defined, pthread_setname_np() is available. It is particularly sad, because grpc build system uses CMake, so it is trivial to do such a check. This commit adds a patch that does just this: check for the availability of pthread_setname_np(), and use it only if available. The patch has been submitted upstream. Fixes: http://autobuild.buildroot.org/results/47991306abbcd80fb8e6baad0bd7490fa74f696c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libcpprestsdk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud