dante: Add CFLAGS config
Address #511329 (Darwin regressions from autoconf update)
This commit is contained in:
@@ -37,7 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
if !stdenv.hostPlatform.isDarwin then
|
||||
[ "--with-libc=libc.so.6" ]
|
||||
else
|
||||
[ "--with-libc=libc${stdenv.hostPlatform.extensions.sharedLibrary}" ];
|
||||
[
|
||||
"--with-libc=libc${stdenv.hostPlatform.extensions.sharedLibrary}"
|
||||
"CFLAGS=-std=gnu17"
|
||||
];
|
||||
|
||||
dontAddDisableDepTrack = stdenv.hostPlatform.isDarwin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user