libxml2: build host static lib with -fPIC
authorDaniel Golle <daniel@makrotopia.org>
Wed, 24 Nov 2021 01:31:23 +0000 (01:31 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 24 Nov 2021 11:10:51 +0000 (11:10 +0000)
commit3b13df4adc08b408aee468ffe01fdee8aef4cfab
tree722bc6dd5f4c03dcc2f2434239b7d74c9d29dd36
parentca21bbf2edd64fffd044e0d6caf6975243a3fa4b
libxml2: build host static lib with -fPIC

libxslt/host is complaing that static libxml2 should be with -fPIC.
Unconditionally enable -fPIC for for host build of libxml2.

Fixes: dc701d61b ("libxml2: don't build host shared libraries")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/libxml2/Makefile