SHA256
1
0
forked from pool/qgis
qgis/fix-fastcgi-include.patch
Nicolas Rochard 5e876fe6e2 Accepting request 874926 from home:Guillaume_G:branches:Application:Geo
- Update to 3.18.0:
  * Changelog: https://www.qgis.org/en/site/forusers/visualchangelog318/index.html
- Drop upstreamed patch:
  * qgis-fix-return.patch
- Fix fastcgi include:
  * fix-fastcgi-include.patch
- Update to 3.16.4
- Update spec file to ease future move from qgis to qgis-ltr

OBS-URL: https://build.opensuse.org/request/show/874926
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=319
2021-03-01 12:37:21 +00:00

12 lines
357 B
Diff

--- qgis-3.18.0/src/server/qgis_map_serv.cpp.orig 2021-02-24 17:05:17.609036243 +0100
+++ qgis-3.18.0/src/server/qgis_map_serv.cpp 2021-02-24 17:05:31.697185106 +0100
@@ -23,7 +23,7 @@
#include "qgsfcgiserverrequest.h"
#include "qgsapplication.h"
-#include <fcgi_stdio.h>
+#include <fastcgi/fcgi_stdio.h>
#include <cstdlib>
#include <QFontDatabase>