mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
minizip.pc: Ensure variables point to an absolute path.
With commit 503bfd5c179b 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 <besser82@fedoraproject.org>
This commit is contained in:
parent
313b3d0380
commit
6390942e90
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user