1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 03:12:05 +03:00
openwrt-xburst/package/libnl/patches/150-fix-libnl-pc-config.patch

14 lines
308 B
Diff
Raw Normal View History

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