mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 11:01:14 +02:00
dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46.
This commit is contained in:
parent
3d07340f66
commit
07e5de6b53
@ -6,7 +6,7 @@ EAPI=8
|
|||||||
# Note: Please bump this in sync with dev-libs/libxml2.
|
# Note: Please bump this in sync with dev-libs/libxml2.
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..11} )
|
PYTHON_COMPAT=( python3_{8..11} )
|
||||||
inherit python-r1 multilib-minimal
|
inherit flag-o-matic python-r1 multilib-minimal
|
||||||
|
|
||||||
DESCRIPTION="XSLT libraries and tools"
|
DESCRIPTION="XSLT libraries and tools"
|
||||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt"
|
HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt"
|
||||||
@ -53,6 +53,10 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
multilib_src_configure() {
|
multilib_src_configure() {
|
||||||
|
# Remove this after upstream merge request to add AC_SYS_LARGEFILE lands:
|
||||||
|
# https://gitlab.gnome.org/GNOME/libxslt/-/merge_requests/55
|
||||||
|
append-lfs-flags
|
||||||
|
|
||||||
libxslt_configure() {
|
libxslt_configure() {
|
||||||
ECONF_SOURCE="${S}" econf \
|
ECONF_SOURCE="${S}" econf \
|
||||||
--without-python \
|
--without-python \
|
Loading…
x
Reference in New Issue
Block a user