icu: Fix compilation with uClibc-ng 8868/head
authorRosen Penev <rosenp@gmail.com>
Wed, 1 May 2019 19:35:37 +0000 (12:35 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 1 May 2019 19:50:30 +0000 (12:50 -0700)
commitba4f02b1f04e9b29a9eb8c3ce317aef59e04e19b
tree4a611f6c96124bb9e270987bc09f5e39decd449f
parent4072e78dbe00f9690f94e3c0388ae607cb0b37b1
icu: Fix compilation with uClibc-ng

uClibc-ng does not define these math functions in math.h , only in
tgmath.h. Therefore the cmath header will not work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/icu/Makefile
libs/icu/patches/020-uClibc-ng.patch [new file with mode: 0644]