audiofile: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-05 08:59:28 +01:00
parent 18ab125e83
commit ebe223f816
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
}; };
# fix build with gcc9 # fix build with gcc9
NIX_CFLAGS_LINK = lib.optional (stdenv.system == "i686-linux") "-lgcc_s"; NIX_CFLAGS_LINK = lib.optional (stdenv.system == "i686-linux") "-lgcc";
patches = [ patches = [
./gcc-6.patch ./gcc-6.patch