[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.4.3-3-24-g8322848



The following commit has been merged in the debian-experimental-3.5 branch:
commit b426dee8527a82ce0dcae63af6d0dbf0ad55e346
Author: Rene Engelhard <rene@debian.org>
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


Reply to: