ffado: fix build with glibc-2.26
see https://sourceforge.net/p/ffado/mailman/message/36008067/
This commit is contained in:
@@ -41,7 +41,10 @@ stdenv.mkDerivation rec {
|
||||
optXdg_utils libxmlxx glibmm
|
||||
];
|
||||
|
||||
patches = [ ./gcc6.patch ];
|
||||
patches = [
|
||||
./gcc6.patch
|
||||
./glibc226.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# SConstruct checks cpuinfo and an objdump of /bin/mount to determine the appropriate arch
|
||||
|
||||
Reference in New Issue
Block a user