]> code.ossystems Code Review - openembedded-core.git/commit
guile: Fix build with musl
authorKhem Raj <raj.khem@gmail.com>
Mon, 11 Jan 2016 09:27:17 +0000 (09:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:53 +0000 (23:42 +0000)
commit31ee3460c3a0578ed36f3f5a940617ccb873c721
treeaef5782945162bf59e9e1f474ca4b8087d153595
parent8fea65047519a4d84183571e09d3f3f559d9e164
guile: Fix build with musl

strol_l is not available on musl
delete charset.alias as well its not needed

Use internal gc function on musl

We get errors on certain functions not being available in boeheme gc
when built with musl. Therefore use the internal versions
e.g.

Undefined gc_set_finalizer_notifier

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/guile/files/0001-libguile-Check-for-strtol_l-during-configure.patch [new file with mode: 0644]
meta/recipes-devtools/guile/guile_2.0.11.bb