percona-server: fix build with gcc9
This commit is contained in:
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
"-DINSTALL_SHAREDIR=share/mysql"
|
"-DINSTALL_SHAREDIR=share/mysql"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=address-of-packed-member" ];
|
||||||
NIX_LDFLAGS = "-lgcc_s";
|
NIX_LDFLAGS = "-lgcc_s";
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user