[polybori] 02/02: Build with -std=c++98 to work around upstream issue 11.

Tobias Hansen thansen at moszumanska.debian.org
Sat Oct 8 20:29:58 UTC 2016


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

thansen pushed a commit to branch master
in repository polybori.

commit 61b31317904842512e6c62964b27c65dcc9ade12
Author: Tobias Hansen <thansen at debian.org>
Date:   Sat Oct 8 13:19:00 2016 +0100

    Build with -std=c++98 to work around upstream issue 11.
---
 debian/changelog | 3 +++
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 89870fd..1554443 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ brial (0.8.5-1) UNRELEASED; urgency=medium
   [ Ximin Luo ]
   * New upstream release. (Closes: #798145)
 
+  [ Tobias Hansen ]
+  * Build with -std=c++98 to work around upstream issue 11.
+
  -- Ximin Luo <infinity0 at debian.org>  Tue, 05 Jul 2016 12:57:49 +0200
 
 polybori (0.8.3-5.2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 61a92aa..80af57e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+export CXXFLAGS+=-std=c++98
+# workaround for https://github.com/BRiAl/BRiAl/issues/11
+
 %:
 	dh $@ --parallel --with autoreconf --with python2
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/polybori.git



More information about the debian-science-commits mailing list