From 23aa380fd065cf010c8e973e20a1f618973d1a5cda346b61cb102be63b446b3d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 9 Sep 2020 08:01:38 +0000 Subject: [PATCH] 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 --- mapserver.changes | 5 +++++ mapserver.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/mapserver.changes b/mapserver.changes index add5cea..ecc982b 100644 --- a/mapserver.changes +++ b/mapserver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 8 19:49:30 UTC 2020 - Boris Manojlovic + +- add USE_PROJ to compile flags to enable reprojections (TILE support) + ------------------------------------------------------------------- Sat Sep 5 09:14:07 UTC 2020 - Boris Manojlovic diff --git a/mapserver.spec b/mapserver.spec index 35fbe0e..28aec11 100644 --- a/mapserver.spec +++ b/mapserver.spec @@ -254,6 +254,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DWITH_PHP=TRUE \ -DWITH_POSTGIS=TRUE \ -DWITH_PROJ=TRUE \ + -DUSE_PROJ=TRUE \ -DWITH_PROTOBUFC=TRUE \ %if %{with python} -DWITH_PYTHON=TRUE \