From 2374f409defb380d0c5c07f28b9c166ef8bdc742 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 9 Feb 2021 05:56:49 +0100 Subject: build: Add a Libs.private field to pkg-config file We need to list all internal libraries there so that we can statically link. --- src/libbsd.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libbsd.pc.in b/src/libbsd.pc.in index d141fea..2c0ac17 100644 --- a/src/libbsd.pc.in +++ b/src/libbsd.pc.in @@ -8,4 +8,5 @@ Description: Utility functions from BSD systems Version: @VERSION@ URL: https://libbsd.freedesktop.org/ Libs: -L${libdir} -lbsd +Libs.private: @LIBBSD_LIBS@ Cflags: -I${includedir} -- cgit v1.2.3