audiofile: fix build with gcc9
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user