summaryrefslogtreecommitdiffstats
path: root/package/libnl/patches/150-fix-libnl-pc-config.patch
blob: ccdbc355a89577baf4673c78d0b4328460078053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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