From 1274b68651164289ad837c07364d70d101d87c51 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 1 Oct 2015 13:46:41 +0100 Subject: [PATCH] std=c++11 for Debian Unstable. --- cscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cscript b/cscript index 6ee7f7eea..b6ff8612a 100644 --- a/cscript +++ b/cscript @@ -269,6 +269,8 @@ def configure_options(target): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi --static-xmlpp' + if target.distro == 'debian' and target.version == 'unstable': + target.append_with_space('CXXFLAGS', '-std=c++11') return opt -- 2.30.2