Skip to content

Commit

Permalink
minizip.pc: Ensure variables point to an absolute path.
Browse files Browse the repository at this point in the history
With commit 503bfd5 the CMake _IMPORT_PREFIX has been
changed to relative paths.  This breaks the paths reflected
by the auto-generated pkgconfig file, as pkgconfig expects
those paths to be absolute.

Signed-off-by: Björn Esser <[email protected]>
  • Loading branch information
besser82 authored and nmoinvaz committed Sep 1, 2021
1 parent 313b3d0 commit 6390942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minizip.pc.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
sharedlibdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@INSTALL_INC_DIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: @PROJECT_NAME@
Description: Minizip zip file manipulation library
Expand Down

0 comments on commit 6390942

Please sign in to comment.