The following commit has been merged in the debian-experimental-3.5 branch:
commit b426dee8527a82ce0dcae63af6d0dbf0ad55e346
Author: Rene Engelhard <[email protected]>
Date:   Thu Oct 13 15:31:48 2011 +0200

    no .pc when calling pkg-config...

diff --git a/rules b/rules
index 6cc59d5..f1c41b4 100755
--- a/rules
+++ b/rules
@@ -1787,7 +1787,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-3.2mu.pc) PYTHON_LIBS=$(shell pkg-config --cflags 
python-3.2mu.pc) \
+               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) \
                ../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