]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-bt/build-utils.git/blob - patches/0001-libnl-add-lnl-genl-to-default-configuration.patch
added disclaimer.txt and disclaimer to the scripts
[ti-bt/build-utils.git] / patches / 0001-libnl-add-lnl-genl-to-default-configuration.patch
1 From 395c60c2bc00f9f2685d662c006736e2fa562808 Mon Sep 17 00:00:00 2001
2 From: Eyal Reizer <eyalr@ti.com>
3 Date: Mon, 24 Sep 2012 16:39:19 +0300
4 Subject: [PATCH] libnl: add lnl-genl to default configuration
6 Signed-off-by: Eyal Reizer <eyalr@ti.com>
7 ---
8  libnl-2.0.pc.in |    2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/libnl-2.0.pc.in b/libnl-2.0.pc.in
12 index e44f0fb..0bca566 100644
13 --- a/libnl-2.0.pc.in
14 +++ b/libnl-2.0.pc.in
15 @@ -6,5 +6,5 @@ includedir=@includedir@
16  Name: libnl
17  Description: Convenience library for netlink sockets
18  Version: @PACKAGE_VERSION@
19 -Libs: -L${libdir} -lnl
20 +Libs: -L${libdir} -lnl -lnl-genl
21  Cflags: -I${includedir}
22 -- 
23 1.7.9.5