]> code.ossystems Code Review - openembedded-core.git/commit
gzip: Fix build with musl
authorKhem Raj <raj.khem@gmail.com>
Tue, 29 Dec 2015 23:49:24 +0000 (23:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:48 +0000 (23:42 +0000)
commitcc41d3b14c7c325d09f10167c1910c9da814e932
treeee915bbd9227ccf7a721a6b5694b29117f588350
parent9c8af6b8dd40c98aca86d5b4858598e94ccaede5
gzip: Fix build with musl

gzip 1.6 uses an older version of gnulib when cross compiling it treats
fseeko as broken since it cant do runtime checks for it during configure
this only shows up on musl since for glibc since it has special check
for gnu c library, so we aid the system by telling it that fflush on
stdin works well with musl

Use NO_ASM to avoid textrels

Delete charset.alias for musl which is again another issue in gnulib not
knowing musl platform

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/gzip/gzip.inc