[xorg-x11-drv-vmmouse] With the file this time

Peter Hutterer whot at fedoraproject.org
Thu Jun 7 02:13:23 UTC 2012


commit 704f0fc0cd49d3aac04adbf883ea963c8a1b2dc4
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jun 7 12:17:36 2012 +1000

    With the file this time

 ...the-prefix-for-udev-s-libdir-when-install.patch |   30 ++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/0001-Don-t-skip-the-prefix-for-udev-s-libdir-when-install.patch b/0001-Don-t-skip-the-prefix-for-udev-s-libdir-when-install.patch
new file mode 100644
index 0000000..643baf4
--- /dev/null
+++ b/0001-Don-t-skip-the-prefix-for-udev-s-libdir-when-install.patch
@@ -0,0 +1,30 @@
+From f113b4b0478cab45abc1e01bb04f79444a9a7d68 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer <peter.hutterer at who-t.net>
+Date: Thu, 7 Jun 2012 12:00:49 +1000
+Subject: [PATCH] Don't skip the prefix for udev's libdir when installing into
+ /usr
+
+As of F17, lib is /usr/lib, so don't mangle the libdir and just install into
+the prefix
+
+Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index d2fb0b6..cdf4cd8 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -94,7 +94,7 @@ AC_SUBST(HAL_FDI_DIR)
+ 
+ case $host_os in
+   linux*)
+-    if test "x$prefix" = "xNONE" -o "x$prefix" = "x/usr" -o "x$prefix" = "x/usr/local" ; then
++    if test "x$prefix" = "xNONE" -o "x$prefix" = "x/usr/local" ; then
+       slashlibdir=/lib
+     else
+       slashlibdir=$prefix/lib
+-- 
+1.7.10.2
+


More information about the scm-commits mailing list