Skip to content

Commit

Permalink
[mapnik] Fixed tiff linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Sep 6, 2023
1 parent de6721a commit eee8a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gdx-core-conda
Submodule gdx-core-conda added at 88e30c
2 changes: 1 addition & 1 deletion ports/mapnik/tiff-link.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diff -Naur a/src/build.py b/src/build.py

if '-DHAVE_TIFF' in env['CPPDEFINES']:
- lib_env['LIBS'].append('tiff')
+ lib_env['LIBS'].append(['tiff', 'lzma'])
+ lib_env['LIBS'].append(['tiff', 'lzma', 'jpeg'])
enabled_imaging_libraries.append('tiff_reader.cpp')

if '-DHAVE_WEBP' in env['CPPDEFINES']:

0 comments on commit eee8a20

Please sign in to comment.