live-bootstrap/steps/libxml2-2.10.4/pass1.sh
2024-01-28 12:35:49 +11:00

7 lines
171 B
Bash

src_configure() {
PKG_CONFIG_PATH="${LIBDIR}/pkgconfig/" \
./configure \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--sysconfdir=/etc
}