From: Peter van Dijk Date: Mon, 8 Oct 2018 14:35:00 +0000 (+0200) Subject: remove -std=gnu++0x X-Git-Tag: dnsdist-1.3.3~51^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a839ed0a59e2b1d240c89b6622a123475562a9;p=thirdparty%2Fpdns.git remove -std=gnu++0x --- diff --git a/builder-support/specs/pdns.spec b/builder-support/specs/pdns.spec index 93cd3fd3a7..43bd578e9d 100644 --- a/builder-support/specs/pdns.spec +++ b/builder-support/specs/pdns.spec @@ -214,7 +214,7 @@ export CPPFLAGS="-DLDAP_DEPRECATED" --disable-lua-records \ --without-protobuf \ --with-boost=/usr/include/boost148/ LDFLAGS=-L/usr/lib64/boost148 \ - CXXFLAGS='-std=gnu++11 -std=gnu++0x' + CXXFLAGS=-std=gnu++11 %endif make %{?_smp_mflags}