From 1c3976fffbaba8d66915b30e63313a6228688d0d Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 4 Jan 2010 19:44:53 +0100 Subject: libnl2: bump git revision and fix pc file so that it actually links to the support libraries --- recipes/libnl/files/fix-pc-file.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/libnl/files/fix-pc-file.patch (limited to 'recipes/libnl/files') diff --git a/recipes/libnl/files/fix-pc-file.patch b/recipes/libnl/files/fix-pc-file.patch new file mode 100644 index 0000000000..77f3e88562 --- /dev/null +++ b/recipes/libnl/files/fix-pc-file.patch @@ -0,0 +1,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} -- cgit 1.2.3-korg