diff options
author | Guillem Jover <guillem@hadrons.org> | 2021-02-09 05:56:49 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2021-02-09 06:23:38 +0100 |
commit | 2374f409defb380d0c5c07f28b9c166ef8bdc742 (patch) | |
tree | e024283bd6eb1af5fad5fb230a3d6d42e6ba4c08 | |
parent | a4e0db2b9773d28e2e1601f5e6dc77b7bc2df60b (diff) |
build: Add a Libs.private field to pkg-config file
We need to list all internal libraries there so that we can statically
link.
-rw-r--r-- | src/libbsd.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
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} |