LFS libxml2 2.10.4

This commit is contained in:
fosslinux 2024-01-28 12:35:49 +11:00
parent 34d610e403
commit 2559315659
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
src_configure() {
PKG_CONFIG_PATH="${LIBDIR}/pkgconfig/" \
./configure \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--sysconfdir=/etc
}