[Mesa-dev] [PATCH] android: fix libz dynamic library dependencies

Emil Velikov emil.l.velikov at gmail.com
Sat Mar 4 21:57:26 UTC 2017


On 4 March 2017 at 21:11, Mauro Rossi <issor.oruam at gmail.com> wrote:
> Fixes a series of libz related building errors:
>
> target SharedLib: gallium_dri_32
> (out/target/prod...SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so)
> external/elfutils/libelf/elf_compress.c:117: error: undefined reference to 'deflateInit_'
> ...
> external/elfutils/libelf/elf_compress.c:244: error: undefined reference to 'inflateEnd'
> clang++: error: linker command failed with exit code 1 (use -v to see
> invocation)
>
> Fixes: 85a9b1b "util/disk_cache: compress individual cache entries"
Eh, I almost figured it out ... pushed to master.

Unrelated: where do we use the "host" libmesa_util ? Can we add a note
in src/util/Android.mk (since it's not obvious) or just remove the
hunk if it's not used.

Thanks
Emil


More information about the mesa-dev mailing list