aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl2/fix-pc-file.patch
blob: 17666fbadf725ce0673083793435797c3815b750 (plain)
1
2
3
4
5
6
7
8
9
10
11
Index: libnl-2.0/libnl-2.0.pc.in
===================================================================
--- libnl-2.0.orig/libnl-2.0.pc.in
+++ libnl-2.0/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}