aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl/fix-pc-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libnl/libnl/fix-pc-file.patch')
-rw-r--r--recipes/libnl/libnl/fix-pc-file.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libnl/libnl/fix-pc-file.patch b/recipes/libnl/libnl/fix-pc-file.patch
new file mode 100644
index 0000000000..17666fbadf
--- /dev/null
+++ b/recipes/libnl/libnl/fix-pc-file.patch
@@ -0,0 +1,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}