[ecflow] 20/50: set std as c+11
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository ecflow.
commit cb8bd64311418951bef25d9a233cb09568a25acb
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed May 17 09:18:25 2017 +0100
set std as c+11
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3f80426..96e6251 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DH_VERBOSE=1
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -DNO_REGEXP
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-# CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++11
+CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++11
DESTDIR:=`pwd`/debian/tmp/
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git
More information about the debian-science-commits
mailing list