From: Pino Toscano Date: Thu, 5 Sep 2024 17:02:33 +0000 (+0200) Subject: Remove private/static markers from the pkg-config file X-Git-Tag: archive/raspbian/0.28.5+dfsg-1+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bc6df0ec60b2fe43c4d8edb5f8ba1e06366c1b52;p=exiv2.git Remove private/static markers from the pkg-config file Forwarded: no Last-Update: 2023-06-21 The pkg-config file lists as as private the internal libraries used by exiv2. The problem is that those private markers require the availability of those other pkg-config files to make exiv2.pc usable; since those are needed only for static linking, and that there are no static libraries, simply delete them to make exiv2.pc usable again. Gbp-Pq: Name pkgconfig-no-private.diff --- diff --git a/cmake/exiv2.pc.in b/cmake/exiv2.pc.in index e13b276..cea7604 100644 --- a/cmake/exiv2.pc.in +++ b/cmake/exiv2.pc.in @@ -7,7 +7,5 @@ Name: exiv2 Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ URL: @PACKAGE_URL@ -Requires.private: @requires_private_for_pc_file@ Libs: -L${libdir} -lexiv2 -Libs.private: @libs_private_for_pc_file@ Cflags: -I${includedir}