freerdp: fix build with uClibc
authorBaruch Siach <baruch@tkos.co.il>
Tue, 5 May 2015 18:15:32 +0000 (21:15 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 May 2015 20:43:27 +0000 (22:43 +0200)
commit5e701275d96ccebd69dbfceec5fb92e0b7049c71
tree9ea347f192f4e388d53a8cc2aad009988ac0053b
parent3b1c4349a3f18eb67772474881e1379e55bf37f6
freerdp: fix build with uClibc

Add upstream patch disabling use of C99 long double math functions (powl,
ceill, ...) that uClibc(-ng) don't have.

Fixes:
http://autobuild.buildroot.net/results/bda/bda53fffd4a0937fd4b2313cdf2d12ced95cc7a7/
http://autobuild.buildroot.net/results/d96/d9613c9f791157e1de3a34923f1c91b35cec693f/
http://autobuild.buildroot.net/results/bfd/bfd4ef86b257ee918e3c4463ebc5cf77694244a0/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/freerdp/0003-dont-use-unavailable-c99-math.patch [new file with mode: 0644]