summaryrefslogtreecommitdiff
path: root/package/systemd/patches/patch-src_libudev_libudev_pc_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-16 13:11:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-16 13:11:40 +0100
commit5d9ece6fbef0bf33c4e7c6c08c50c27a934d6924 (patch)
tree483afae80dba2e47c74b2d0d53f70d8c2ffaa8a4 /package/systemd/patches/patch-src_libudev_libudev_pc_in
parent422fe42ea4a4f5c5f868736e17a0462e1e5c1c6b (diff)
parente30c2e38954a49ceb6cd1350525da89a15653758 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/systemd/patches/patch-src_libudev_libudev_pc_in')
-rw-r--r--package/systemd/patches/patch-src_libudev_libudev_pc_in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/systemd/patches/patch-src_libudev_libudev_pc_in b/package/systemd/patches/patch-src_libudev_libudev_pc_in
new file mode 100644
index 000000000..7bc3ab6f3
--- /dev/null
+++ b/package/systemd/patches/patch-src_libudev_libudev_pc_in
@@ -0,0 +1,15 @@
+--- systemd-208.orig/src/libudev/libudev.pc.in 2013-08-13 22:02:46.000000000 +0200
++++ systemd-208/src/libudev/libudev.pc.in 2013-12-14 17:20:31.000000000 +0100
+@@ -6,9 +6,9 @@
+ # (at your option) any later version.
+
+ prefix=@prefix@
+-exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@
++exec_prefix=${prefix}/usr
++libdir=${prefix}/lib
++includedir=${prefix}/include
+
+ Name: libudev
+ Description: Library to access udev device information