1
0
forked from pool/mapserver

Accepting request 833123 from home:bmanojlovic:branches:Application:Geo

- add USE_PROJ to compile flags to enable reprojections (TILE support)

OBS-URL: https://build.opensuse.org/request/show/833123
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=116
This commit is contained in:
Martin Pluskal 2020-09-09 08:01:38 +00:00 committed by Git OBS Bridge
parent c0f6885193
commit 23aa380fd0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 8 19:49:30 UTC 2020 - Boris Manojlovic <boris@steki.net>
- add USE_PROJ to compile flags to enable reprojections (TILE support)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 5 09:14:07 UTC 2020 - Boris Manojlovic <boris@steki.net> Sat Sep 5 09:14:07 UTC 2020 - Boris Manojlovic <boris@steki.net>

View File

@ -254,6 +254,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DWITH_PHP=TRUE \ -DWITH_PHP=TRUE \
-DWITH_POSTGIS=TRUE \ -DWITH_POSTGIS=TRUE \
-DWITH_PROJ=TRUE \ -DWITH_PROJ=TRUE \
-DUSE_PROJ=TRUE \
-DWITH_PROTOBUFC=TRUE \ -DWITH_PROTOBUFC=TRUE \
%if %{with python} %if %{with python}
-DWITH_PYTHON=TRUE \ -DWITH_PYTHON=TRUE \