summaryrefslogtreecommitdiff
path: root/package/kmod/patches/patch-libkmod_libkmod_pc_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-12 18:48:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-12 18:48:35 +0100
commit2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch)
tree69a9d126a579863abbcf09241bf825754e93e04e /package/kmod/patches/patch-libkmod_libkmod_pc_in
parentd095aec6ce9898c422e86df46195e3410eb1f163 (diff)
parent2975c1ab583edcfbb46626f003867738fcb0b556 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kmod/patches/patch-libkmod_libkmod_pc_in')
-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