[libreoffice] 03/04: 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 22:58:04 UTC 2017


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

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

commit e00f55ce6a595a280caadcd49ec56bdec320503f
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Dec 4 23:57:11 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 9556cba..810dd8b 100644
--- a/changelog
+++ b/changelog
@@ -24,6 +24,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 7d2c0c6..30b388e 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