]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
openblas: fix build with musl libc
authorBaruch Siach <baruch@tkos.co.il>
Tue, 17 Apr 2018 15:56:56 +0000 (18:56 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Apr 2018 21:02:10 +0000 (23:02 +0200)
commitd614a39f20fc8f0550afacc5af86f32fc19e8ce1
tree900003c081948262dfd670f21bfcd00839b0df62
parent603a4922c30d3c1f9603df857065205b803fe93f
openblas: fix build with musl libc

Add upstream patches to avoid use of __GLIBC_PREREQ when this macro is
not defined.

Fixes:
http://autobuild.buildroot.net/results/f13/f13d93372449c9bf1b3c79ed056b8d820470ae89/
http://autobuild.buildroot.net/results/e1c/e1cdcdfe15b4af523c7db71952ac25163733ffb1/
http://autobuild.buildroot.net/results/778/77821a4a37171080fc7ee917862e77babeb06b88/

Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/openblas/0002-Rework-__GLIBC_PREREQ-checks-to-avoid-breaking-non-g.patch [new file with mode: 0644]
package/openblas/0003-Fix-build-when-__GLIBC_PREREQ-is-not-defined.patch [new file with mode: 0644]