summaryrefslogtreecommitdiff
path: root/package/kmod/patches/patch-libkmod_libkmod_pc_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
commit24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (patch)
treecec2d85b768a617ae371837eec7069e7f155e568 /package/kmod/patches/patch-libkmod_libkmod_pc_in
parentf377248abda877e2a945f4152e3e57bbaaeec1ca (diff)
parent7260a427d88f1cbfcd8534c5f7805b4b56efb544 (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