diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-25 10:59:28 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-25 11:03:00 +0200 |
commit | dfa91850347a9ff476c06e994d6572f3492e7044 (patch) | |
tree | 7852d0039b2f52ca1b3b7fa0f47d128179b38545 /dev-libs | |
parent | dev-embedded/nodemcu-uploader: Port to py3.10, fix D.U.S and setuptools warning (diff) | |
download | gentoo-dfa91850347a9ff476c06e994d6572f3492e7044.tar.gz gentoo-dfa91850347a9ff476c06e994d6572f3492e7044.tar.bz2 gentoo-dfa91850347a9ff476c06e994d6572f3492e7044.zip |
dev-libs/libxml2: Revert "Fix cross-compilation with USE=python"
- Attempted soultion was wrong because the script executes Python at a
given path which can't work if it was compiled for a different
architecture.
This reverts commit 7963aaf058ccd97431c4852244a8685056235e11.
Bug: https://bugs.gentoo.org/582130
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.12-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild index f7802bf5e680..7fc0cfe3b050 100644 --- a/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild @@ -165,7 +165,7 @@ multilib_src_configure() { # Odd build system, also see bug #582130 run_in_build_dir libxml2_configure \ - "--with-python=${ESYSROOT}/${PYTHON}" + "--with-python=${EPYTHON}" \ "--with-python-install-dir=$(python_get_sitedir)" } |