mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:17:32 +02:00
Fix libnl pkg config file template.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12945 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de8d66a294
commit
e7b66f9b10
13
package/libnl/patches/150-fix-libnl-pc-config.patch
Normal file
13
package/libnl/patches/150-fix-libnl-pc-config.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/libnl-1.pc.in b/libnl-1.pc.in
|
||||
index 7ac8413..66a7cd9 100644
|
||||
--- a/libnl-1.pc.in
|
||||
+++ b/libnl-1.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@prefix@
|
||||
libdir=@libdir@
|
||||
-includedir=@prefix@/include
|
||||
+includedir=@includedir@
|
||||
|
||||
Name: libnl
|
||||
Description: Convenience library for netlink sockets
|
Loading…
Reference in New Issue
Block a user