Skip to content

Commit

Permalink
Fedora rawhide requires mapnik-static (now that it provides Mapnik v4…
Browse files Browse the repository at this point in the history
….0.0) (#457)

It contains libraries now referenced by `pkg-config` and `mod_tile` uses only `pkg-config` for `Mapnik >= v4.0.0`.
  • Loading branch information
hummeltech authored Jul 10, 2024
1 parent 9742572 commit 41b882e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/dependencies/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ inputs:
libmemcached-devel
librados-devel
mapnik-devel
mapnik-static
sqlite-devel
fedora-test-dependencies:
default: >-
Expand Down
1 change: 1 addition & 0 deletions docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN --mount=id=fedora:${fedora_version}-/var/cache/dnf,target=/var/cache/dnf,typ
libmemcached-devel \
librados-devel \
mapnik-devel \
mapnik-static \
procps

## Build, Test & Install `mod_tile`
Expand Down
3 changes: 2 additions & 1 deletion docs/build/building_on_fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ sudo dnf --assumeyes --setopt=install_weak_deps=False install \
libcurl-devel \
libmemcached-devel \
librados-devel \
mapnik-devel
mapnik-devel \
mapnik-static

# Download, Build, Test & Install `mod_tile`
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
Expand Down

0 comments on commit 41b882e

Please sign in to comment.