bundy-dns / bundy

an authoritative DNS server
http://bundy-dns.de/
Other
136 stars 38 forks source link

gcc 4.9 (Debian) needs to be told to use C++ 2011 #119

Open cstrotm opened 7 years ago

cstrotm commented 7 years ago

works with

export CXXFLAGS="--std=c++11" ./configure

will need to build a new check in automake

tomaszmrugalski commented 7 years ago

Hi Carsten! Hope you're doing well. The lastest Kea 1.2.0 release now requires C++11 and we added some checks for it in auto tools. The code is here: https://github.com/isc-projects/kea

cstrotm commented 7 years ago

Hi Tomasz, thanks, I'm doing well, just busy and unable to come to RIPE74. Thanks for the info, I will look at the KEA autotool config and try to learn from there.