qgis/fix-fastcgi-include.patch
Dirk Stoecker 82dd7ef2fc - Fix SLE/Leap 15.6 build
* 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
2024-09-30 11:48:37 +00:00

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>