rox-filer: fix build with GCC 14 (#380560)

Add -fpermissive flag to rox-filer, which is old code
This commit is contained in:
Tristan McLeay 2025-03-16 00:18:55 +01:00 committed by GitHub
parent 1d5a579ebd
commit a480f04a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
libSM
];
NIX_LDFLAGS = "-lm";
NIX_CFLAGS_COMPILE = " -fpermissive";
patches = [
./rox-filer-2.11-in-source-build.patch