summaryrefslogtreecommitdiff
path: root/package/kmod/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-10 18:31:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-10 18:31:28 +0100
commit9f7250f4f4f15eb9c261641ee83cae88d5b05684 (patch)
tree05e941ef13d29a0caf339f98090290ae354f1492 /package/kmod/patches
parent0d1648364f45bf64f2e968111a3391c70732371e (diff)
another round of compile fixes for raspberry release build
Diffstat (limited to 'package/kmod/patches')
-rw-r--r--package/kmod/patches/patch-libkmod_libkmod_pc_in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/kmod/patches/patch-libkmod_libkmod_pc_in b/package/kmod/patches/patch-libkmod_libkmod_pc_in
new file mode 100644
index 000000000..6f7a20bbc
--- /dev/null
+++ b/package/kmod/patches/patch-libkmod_libkmod_pc_in
@@ -0,0 +1,13 @@
+--- kmod-15.orig/libkmod/libkmod.pc.in 2013-04-24 22:02:37.000000000 +0200
++++ kmod-15/libkmod/libkmod.pc.in 2013-12-09 12:32:04.000000000 +0100
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+-exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@
++exec_prefix=${prefix}
++libdir=${prefix}/lib
++includedir=${prefix}/include
+
+ Name: libkmod
+ Description: Library to deal with kernel modules