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>
This commit is contained in:
Daniel Golle 2021-11-24 01:31:23 +00:00
parent ca21bbf2ed
commit 3b13df4adc
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ CONFIGURE_ARGS += \
HOST_CONFIGURE_ARGS += \
--disable-shared \
--enable-static \
--with-pic \
--with-c14n \
--without-catalog \
--with-debug \