build: set Libs.private for pkgconfig file
authorJan Engelhardt <jengelh@medozas.de>
Sat, 30 Oct 2010 21:11:26 +0000 (23:11 +0200)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:06 +0000 (14:12 +0100)
Similar to the commit in iptables, add Libs.private to tell about
dependencies for static linking.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
libnetfilter_queue.pc.in

index 962c686..9c6c2c4 100644 (file)
@@ -12,4 +12,5 @@ Version: @VERSION@
 Requires: libnfnetlink
 Conflicts:
 Libs: -L${libdir} -lnetfilter_queue
+Libs.private: @LIBNFNETLINK_LIBS@
 Cflags: -I${includedir}