From 9214a3666c2c5a845ba6f403ce586d1591c8bccd9f056a6e6103f40dfb134309 Mon Sep 17 00:00:00 2001 From: Bjoern Schilberg Date: Wed, 13 Oct 2010 13:55:55 +0000 Subject: [PATCH] * Added FCGI-Support OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=51 --- mapserver.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mapserver.spec b/mapserver.spec index 1696366..71dbfe9 100644 --- a/mapserver.spec +++ b/mapserver.spec @@ -10,6 +10,7 @@ Packager: Stephan Holl Requires: php Requires: postgresql Requires: mysql +Requires: fastcgi #Requires: python Requires: apache2 %if 0%{?suse_version} != 1010 @@ -25,6 +26,7 @@ BuildRequires: libgdal-devel BuildRequires: readline-devel BuildRequires: freetype2-devel BuildRequires: gd-devel >= 2.0.16 +BuildRequires: fastcgi-devel #BuildRequires: python-devel %if 0%{?suse_version} >= 1030 BuildRequires: libcurl-devel @@ -146,6 +148,7 @@ chmod -x mapscript/php3/README.WIN32 --with-xml2-config=%{_bindir}/xml2-config \ --with-php=`php-config --include-dir` \ --with-httpd=/usr/sbin/httpd2 \ + --with-fastcgi \ --without-pdf \ --without-eppl \ --with-threads \ @@ -286,6 +289,7 @@ rm -rf %{buildroot} * Wed Oct 13 2010 Stephan Holl 5.6.5 - added a patch to hide layers from GetCapabilitites-Output. Use Metadataentry 'OWS_HIDDEN_LAYER' 'true' inside your layer +- added Fastcgi-Support * Tue Aug 10 2010 Stephan Holl 5.6.5 - updated to new upstream version of mapserver 5.6.5(see http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-5/mapserver/HISTORY.TXT