From 0fe5f85e7bafcbe0e7a38cb661a975f32ac89bf0 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 12 Jan 2021 21:12:44 -0700 Subject: [libzip] Relative pkgconfig paths (#15589) --- ports/libzip/CONTROL | 1 + ports/libzip/portfile.cmake | 1 + 2 files changed, 2 insertions(+) diff --git a/ports/libzip/CONTROL b/ports/libzip/CONTROL index d0f5e7fa0..cb192aa10 100644 --- a/ports/libzip/CONTROL +++ b/ports/libzip/CONTROL @@ -1,5 +1,6 @@ Source: libzip Version: 1.7.3 +Port-Version: 1 Homepage: https://github.com/nih-at/libzip Build-Depends: zlib Default-Features: bzip2,default-aes diff --git a/ports/libzip/portfile.cmake b/ports/libzip/portfile.cmake index eb42311b8..7432d4e17 100644 --- a/ports/libzip/portfile.cmake +++ b/ports/libzip/portfile.cmake @@ -33,6 +33,7 @@ vcpkg_install_cmake() vcpkg_copy_pdbs() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake TARGET_PATH share/libzip) +vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Remove include directories from lib -- cgit v1.2.3