The following commit has been merged in the debian-experimental-3.5 branch:
commit 6c5548b0b30206899b88d7ae5d42f9e3b40ff691
Author: Rene Engelhard <[email protected]>
Date:   Thu Oct 20 22:04:30 2011 +0000

    another PY -> PY3 fix

diff --git a/rules b/rules
index 3ab3070..eaaef3b 100755
--- a/rules
+++ b/rules
@@ -1625,7 +1625,7 @@ ifeq "$(BUILD_PYUNO)" "y"
   ifeq "$(ENABLE_PYTHON3)" "y"
        cd $(SOURCE_TREE)/pyuno; \
                . $(CURDIR)/$(SOURCE_TREE)/Env.Host.sh; \
-               PATH=$(BUILD_PATH) PYTHON=$(PYTHON3) PYTHON_CFLAGS=$(shell 
pkg-config --cflags python-$(PY3MAJOR).$(PY3MINOR)mu) PYTHON_LIBS=$(shell 
pkg-config --cflags python-$(PYMAJOR).$(PY3MINOR)mu) \
+               PATH=$(BUILD_PATH) PYTHON=$(PYTHON3) PYTHON_CFLAGS=$(shell 
pkg-config --cflags python-$(PY3MAJOR).$(PY3MINOR)mu) PYTHON_LIBS=$(shell 
pkg-config --cflags python-$(PY3MAJOR).$(PY3MINOR)mu) \
                ../solenv/bin/build.pl  # NO DELIVER!
   endif
 endif

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to