diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 18:41:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 18:41:11 +0100 |
commit | 272b9fb572a6b1f585cf6f4f4150b07f1c1537bf (patch) | |
tree | 5ede8c935478f6db39bf8efc7ea14919e58d6aa1 /package/systemd/patches/patch-src_libudev_libudev_pc_in | |
parent | bde68f551d953927d476dc4f5ccd1c89ca001539 (diff) | |
parent | ed95e17c2e88caff425eca534a794ea0c489fc5c (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_in | 15 |
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 |