[ompl] 05/07: Added DEB_CXXFLAGS_MAINT_APPEND to rules to compile with gcc-6. Thanks Adrian Bunk (Closes: #831074)

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Aug 30 11:09:29 UTC 2016


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

lepalom-guest pushed a commit to branch master
in repository ompl.

commit c60e62463a1eb9848e97a9771ce6db5c5be6d083
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Tue Aug 30 12:24:39 2016 +0200

     Added DEB_CXXFLAGS_MAINT_APPEND to rules to compile with gcc-6. Thanks Adrian Bunk (Closes: #831074)
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 46bb75d..8994eee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_BUILD_OPTIONS += nocheck
+export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++98
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

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



More information about the debian-science-commits mailing list