void-packages/srcpkgs/libreoffice/patches/007-cross-python.patch

14 lines
524 B
Diff

Upstream: no
Description: In VoidLinux, we always have same version of python in build and host
--- a/configure.ac
+++ b/configure.ac
@@ -10034,8 +10034,6 @@ if test "$build_os" != "cygwin" -a "$ena
else
# This allows a lack of system python with no error, we use internal one in that case.
AM_PATH_PYTHON([3.3],, [:])
- # Clean PYTHON_VERSION checked below if cross-compiling
- PYTHON_VERSION=""
if test "$PYTHON" != ":"; then
PYTHON_FOR_BUILD=$PYTHON
fi