diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 10:54:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 10:54:03 +0100 |
commit | 469b35af91f6b8123943bab064ecf362e28bc438 (patch) | |
tree | a0d84be7d01cd656987e1deb7e032830682d3263 /package/systemd/patches/patch-src_libudev_libudev_pc_in | |
parent | 3a26d8a1629c063d336d61e0fcf622056499204e (diff) |
fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba support
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 |