From: bert hubert Date: Sat, 16 Jan 2016 11:07:57 +0000 (+0100) Subject: set c++11 flag for freebsd too X-Git-Tag: dnsdist-1.0.0-alpha2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ecad681be36c61aeb911499ed84bb699e8cbbf;p=thirdparty%2Fpdns.git set c++11 flag for freebsd too --- diff --git a/pdns/sysdeps-recursor/FreeBSD.inc b/pdns/sysdeps-recursor/FreeBSD.inc index 7004d3ae87..12cb6f9122 100644 --- a/pdns/sysdeps-recursor/FreeBSD.inc +++ b/pdns/sysdeps-recursor/FreeBSD.inc @@ -1,4 +1,4 @@ -CXXFLAGS+=-I/usr/local/include/ -DHAVE_STRCASESTR +CXXFLAGS+=-I/usr/local/include/ -DHAVE_STRCASESTR -std=gnu++11 OPTIONALS:=optional/kqueuemplexer.o optional/kqueuemplexer.o: kqueuemplexer.cc