epkowa: fix build with gcc 15 (#476634)
This commit is contained in:
@@ -95,6 +95,8 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--enable-dependency-reduction"
|
||||
"--disable-frontend"
|
||||
# fix build with gcc 15
|
||||
"CFLAGS=-std=gnu17"
|
||||
];
|
||||
|
||||
postConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user