82dd7ef2fc
* Move to SLE/Leap python311 module: Old Python 3.6 is no longer supported * Use gcc13-c++ (gcc7 does not provide <filesystem> from c++17) OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=404
14 lines
400 B
Diff
14 lines
400 B
Diff
Index: qgis-3.22.0/src/server/qgis_map_serv.cpp
|
|
===================================================================
|
|
--- qgis-3.22.0.orig/src/server/qgis_map_serv.cpp
|
|
+++ qgis-3.22.0/src/server/qgis_map_serv.cpp
|
|
@@ -24,7 +24,7 @@
|
|
#include "qgsapplication.h"
|
|
#include "qgscommandlineutils.h"
|
|
|
|
-#include <fcgi_stdio.h>
|
|
+#include <fastcgi/fcgi_stdio.h>
|
|
#include <cstdlib>
|
|
|
|
#include <QFontDatabase>
|