forked from mirrors/nixpkgs
rubygems.grpc: fix build with gcc8
This commit is contained in:
parent
b98e4c0516
commit
55022869eb
|
@ -209,6 +209,7 @@ in
|
|||
"-Wno-error=cast-function-type"
|
||||
"-Wno-error=class-memaccess"
|
||||
"-Wno-error=ignored-qualifiers"
|
||||
"-Wno-error=tautological-compare"
|
||||
];
|
||||
dontBuild = false;
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue