From 223ba9927e90c83b8c5a95c74bd79841a632c76b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Oct 2015 18:18:28 +0100 Subject: [PATCH] Try without c++11 now that libcxml no longer requires glibmm. --- cscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/cscript b/cscript index bf2f64f6d..0bd5812f1 100644 --- a/cscript +++ b/cscript @@ -269,8 +269,6 @@ 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