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 \