From: bert hubert Date: Fri, 20 Feb 2015 16:10:33 +0000 (+0100) Subject: and fix up recursor separate compilation X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2186cbe652e8c626446dcfeea62e685476f839;p=thirdparty%2Fpdns.git and fix up recursor separate compilation --- diff --git a/pdns/sysdeps-recursor/Linux.inc b/pdns/sysdeps-recursor/Linux.inc index ecad13ce2d..4bb042f830 100644 --- a/pdns/sysdeps-recursor/Linux.inc +++ b/pdns/sysdeps-recursor/Linux.inc @@ -5,7 +5,7 @@ ifeq ($(CC),cc) CC:=gcc endif -CXXFLAGS := $(CXXFLAGS) -D_GNU_SOURCE -DHAVE_STRCASESTR +CXXFLAGS := $(CXXFLAGS) -D_GNU_SOURCE -DHAVE_STRCASESTR -std=gnu++11 CFLAGS := $(CFLAGS) -D_GNU_SOURCE LUA_CPPFLAGS_CONFIG ?= -I/usr/include/lua5.1