diff options
author | Guillem Jover <guillem@hadrons.org> | 2021-02-09 08:35:36 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2021-02-09 08:36:01 +0100 |
commit | c0d86a641269cab5bd4583afce82f171a6215aa9 (patch) | |
tree | bd94a3403c481cae4eb7dff85a4701a514287374 | |
parent | 1fb25b7dcad8f40ee8944208224ea0c625af8d82 (diff) |
build: Add a Libs.private field to overlay pkg-config file
We need to list all internal libraries there so that we can statically
link.
Fixes: commit 2374f409defb380d0c5c07f28b9c166ef8bdc742
-rw-r--r-- | src/libbsd-overlay.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libbsd-overlay.pc.in b/src/libbsd-overlay.pc.in index ac8bf89..01b7ea5 100644 --- a/src/libbsd-overlay.pc.in +++ b/src/libbsd-overlay.pc.in @@ -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 |