[liblas] 04/10: Append -D_GLIBCXX_USE_CXX11_ABI=0 to CXXFLAGS to fix build with GCC 5.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jul 4 21:47:17 UTC 2015


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

sebastic pushed a commit to branch master
in repository liblas.

commit d15315701de41db13f3d27ebe19e389b4ec37dad
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jun 28 00:18:56 2015 +0200

    Append -D_GLIBCXX_USE_CXX11_ABI=0 to CXXFLAGS to fix build with GCC 5.
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 72ac22d..13605c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+liblas (1.8.0-3) UNRELEASED; urgency=medium
+
+  * Append -D_GLIBCXX_USE_CXX11_ABI=0 to CXXFLAGS to fix build with GCC 5.
+    (closes: 777955)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 28 Jun 2015 00:18:19 +0200
+
 liblas (1.8.0-2) unstable; urgency=medium
 
   * Update symbols for: arm64, armel, armhf, hurd-i386, i386, kfreebsd-i386,
diff --git a/debian/rules b/debian/rules
index e00a28e..b0c0d98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date
 
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
+#777955: liblas: ftbfs with GCC-5
+CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0
+
 %:
 	dh $@ --buildsystem cmake \
 	      --with python2,pkgkde_symbolshelper \

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



More information about the Pkg-grass-devel mailing list