See https://github.com/qgis/QGIS/compare/final-3_40_2%5E...final-3_40_3 for commits between 3.40.2 and 3.40.3 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=412
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>
|