package/boost: Disable fenv support with uClibc
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 6 Feb 2016 11:51:20 +0000 (12:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 13 Feb 2016 15:45:37 +0000 (16:45 +0100)
commitbbef0a871dc2d50d3a86b96fa61cef2fd36bd828
tree149ef2c949bad685801327c17e5e7081f3f286d0
parent1b7c45d8a951a98f45f55891d342f964f436277a
package/boost: Disable fenv support with uClibc

The boost build system does not recognize the fact that fenv.h is an
optional module in uClibc and tries to use it even if UCLIBC_HAS_FENV
is disabled. This patch disables fenv support completely when compiling
with a uClibc-based toolchain.

Fixes
http://autobuild.buildroot.net/results/160/160e1b98b204148ecf128144826554b6c523931b/
and many others

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/boost/0006-uclibc-fenv.patch [new file with mode: 0644]