forked from pool/mapserver
* Added FCGI-Support
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=51
This commit is contained in:
parent
5d4d7f8e25
commit
9214a3666c
@ -10,6 +10,7 @@ Packager: Stephan Holl <stephan.holl@intevation.de>
|
||||
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 <stephan.holl@intevation.de> 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 <stephan.holl@intevation.de> 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
|
||||
|
Loading…
Reference in New Issue
Block a user