Fix libnl pkg config file template.
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 10 Oct 2008 16:04:33 +0000 (16:04 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Fri, 10 Oct 2008 16:04:33 +0000 (16:04 +0000)
SVN-Revision: 12945

package/libnl/patches/150-fix-libnl-pc-config.patch [new file with mode: 0644]

diff --git a/package/libnl/patches/150-fix-libnl-pc-config.patch b/package/libnl/patches/150-fix-libnl-pc-config.patch
new file mode 100644 (file)
index 0000000..ccdbc35
--- /dev/null
@@ -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