aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/files/fix-pc-file.patch
blob: 77f3e8856248ab320c139e38788230da283fd28e (plain)
1
2
3
4
5
6
7
8
9
10
11
Index: git/libnl-2.0.pc.in
===================================================================
--- git.orig/libnl-2.0.pc.in
+++ git/libnl-2.0.pc.in
@@ -6,5 +6,5 @@
 Name: libnl
 Description: Convenience library for netlink sockets
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lnl
+Libs: -L${libdir} -lnl -lnl-genl -lnl-nf -lnl-route
 Cflags: -I${includedir}