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