[libreoffice] 01/01: use new --disable-c++17 since some external dependencies (like mysql-connector-c++) are not yet ready for it

Rene Engelhard rene at moszumanska.debian.org
Mon Dec 4 21:22:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-6.0
in repository libreoffice.

commit 22b19ad563c969dd22e5fc9439f85f3c5ec09f5d
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Dec 4 22:11:52 2017 +0100

    use new --disable-c++17 since some external dependencies (like mysql-connector-c++) are not yet ready for it
---
 changelog | 2 ++
 rules     | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/changelog b/changelog
index 2aa3c42..88e6c1c 100644
--- a/changelog
+++ b/changelog
@@ -17,6 +17,8 @@ libreoffice (1:6.0.0~beta2~git20171208-1) UNRELEASED; urgency=medium
     - stop installing disabled symlinks for apparmor
     - actually install the OpenSymbol fontconfig snippet into a 
       /etc/fonts.d/30_opensymbol.conf
+    - use new --disable-c++17 since some external dependencies (like
+      mysql-connector-c++) are not yet ready for it
   * debian/libreoffice-common.bug-script.in: run aa-status
 
  -- Rene Engelhard <rene at debian.org>  Mon, 04 Dec 2017 19:01:27 +0100
diff --git a/rules b/rules
index a1f7b73..df761a9 100755
--- a/rules
+++ b/rules
@@ -775,6 +775,10 @@ else
   endif 
 endif
 USE_GOLD=n
+ENABLE_CXX17=n
+ifeq "$(ENABLE_CXX17)" "n"
+	CONFIGURE_FLAGS += --disable-c++17
+endif
 
 ifeq "$(USE_DWZ)" "y"
 	BUILD_DEPS += , debhelper (>= 10.10.4)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list