]> git.saurik.com Git - apt.git/commit - debian/control
enforce GCC5 C++11 ABI and usage
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 11 Jul 2015 18:21:45 +0000 (20:21 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:17 +0000 (17:27 +0200)
commitb17d75804566ced55109b4b0498b7ed0faad389b
tree5a20b95cf87d3887b0cc7ddebf38b1450f6b72c0
parentc2a4a8dded2dfb56dbcab9689b6cb4b96c9999b6
enforce GCC5 C++11 ABI and usage

The library(s) make an API break anyhow, so lets ensure we use gcc5 for
this break and enable c++11 as standard as gcc6 will use it as default
and should provide some API parts for c++11 – beside that it can't hurt
to use c++11 itself. We just have to keep our headers c++03 compatible
to not enforce a standrd bump in our reverse dependencies.
buildlib/environment.mak.in
debian/control