On Friday 2019-07-05 05:32, Baruch Siach wrote:

>diff --git a/libnftnl.pc.in b/libnftnl.pc.in
>index fd5cc6ac5ca4..7fef9215c888 100644
>--- a/libnftnl.pc.in
>+++ b/libnftnl.pc.in
>@@ -12,4 +12,5 @@ Version: @VERSION@
> Requires:
> Conflicts:
> Libs: -L${libdir} -lnftnl
>+Libs.private: @LIBMNL_LIBS@
> Cflags: -I${includedir}

This is incorrect. What should be used is

Requires.private: libmnl.

Reply via email to