cde9f31040
- Update to 3.22.0 https://changelog.qgis.org/en/qgis/version/3.22/ - Drop upstreamed patches * qgis-fix-missing-qwt-inc.patch * qgis-fix-missing-qwt-inc-part2.patch - Refresh fix-fastcgi-include.patch - Add recommendation for mod_spatialite -- boo#1185415 - Suggest saga-gis -- boo#1190435 - Enable SIP6 and add qgis-pr45830-sip6-gil.patch -- boo#1192300 - Update qgis.rpmlintrc OBS-URL: https://build.opensuse.org/request/show/929710 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=340
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>
|