libxml2: fix compilation on archlinux and gentoo
authorMichael Heimpold <mhei@heimpold.de>
Tue, 25 Nov 2014 23:01:44 +0000 (00:01 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 25 Nov 2014 23:01:44 +0000 (00:01 +0100)
commit4281b374845a92bed274129baaf6336bac8a5a50
treebdc15ee60714f5b41adccb6651fec9a431c4ef4f
parenta42baee5882edc3141a2a14d7f0388582116e4b7
libxml2: fix compilation on archlinux and gentoo

Compilation of libxml2 on some distributions is problematic (at least
archlinux) for OpenWrt. This commit fixes the issue. Issue is caused
because configuration for some reason does not find gzopen from zlib.
This patch issues linker to include zlib anyway, if host system doesn't
have this issue, it is not a problem as linker should not link libs
twice anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
[ Slightly modified commit message ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
libs/libxml2/Makefile