mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
percona-server: fix build with gcc9
This commit is contained in:
parent
39b4ad1a81
commit
74639e47a8
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||
"-DINSTALL_SHAREDIR=share/mysql"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=address-of-packed-member" ];
|
||||
NIX_LDFLAGS = "-lgcc_s";
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user