OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 13... Line 13...
13 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 --- 14 ---
15 libnl-3.0.pc.in | 1 + 15 libnl-3.0.pc.in | 1 +
16 1 file changed, 1 insertion(+) 16 1 file changed, 1 insertion(+)
Line -... Line 17...
-   17  
-   18 diff --git a/libnl-3.0.pc.in b/libnl-3.0.pc.in
17   19 index b87e3dc..ddbc999 100644
18 --- a/libnl-3.0.pc.in 20 --- a/libnl-3.0.pc.in
19 +++ b/libnl-3.0.pc.in 21 +++ b/libnl-3.0.pc.in
20 @@ -7,4 +7,5 @@ Name: libnl 22 @@ -7,4 +7,5 @@ Name: libnl
21 Description: Convenience library for netlink sockets 23 Description: Convenience library for netlink sockets
22 Version: @PACKAGE_VERSION@ 24 Version: @PACKAGE_VERSION@
23 Libs: -L${libdir} -lnl-@MAJ_VERSION@ 25 Libs: -L${libdir} -lnl-@MAJ_VERSION@
24 +Libs.private: @LIBS@ 26 +Libs.private: @LIBS@
-   27 Cflags: -I${includedir}/libnl@MAJ_VERSION@
-   28 --
-   29 2.1.0