]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Add a Libs.private field to overlay pkg-config file
authorGuillem Jover <guillem@hadrons.org>
Tue, 9 Feb 2021 07:35:36 +0000 (08:35 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 9 Feb 2021 07:36:01 +0000 (08:36 +0100)
We need to list all internal libraries there so that we can statically
link.

Fixes: commit 2374f409defb380d0c5c07f28b9c166ef8bdc742
src/libbsd-overlay.pc.in

index ac8bf89b31c93f28ab1d1fe38b931d2a417335eb..01b7ea53767bf0afac17dac9bb846fa072140029 100644 (file)
@@ -8,4 +8,5 @@ Description: Utility functions from BSD systems (overlay)
 Version: @VERSION@
 URL: https://libbsd.freedesktop.org/
 Libs: -L${libdir} -lbsd
+Libs.private: @LIBBSD_LIBS@
 Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY