percona-xtrabackup: fix build with gcc7

This commit is contained in:
Uli Baum 2018-07-15 13:48:43 +02:00
parent 4d209dcb15
commit e40a09e3ac
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
"-DWITH_SSL=system"
"-DWITH_ZLIB=system"
"-DWITH_MAN_PAGES=OFF"
"-DCMAKE_CXX_FLAGS=-std=gnu++03"
];
postInstall = ''

View file

@ -4364,7 +4364,6 @@ with pkgs;
pepper = callPackage ../tools/admin/salt/pepper { };
percona-xtrabackup = callPackage ../tools/backup/percona-xtrabackup {
stdenv = overrideCC stdenv gcc5;
boost = boost159;
};