Source: ctdb
Version: 1.10+git20110722-1
Severity: wishlist
Tags: patch

Please don't use /use/lib64 not only amd64 but also on ppc64.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd ctdb-1.10+git20110722.orig/configure ctdb-1.10+git20110722/configure
--- ctdb-1.10+git20110722.orig/configure	2011-10-10 22:45:32.000000000 +0900
+++ ctdb-1.10+git20110722/configure	2011-10-10 22:50:30.000000000 +0900
@@ -2466,14 +2466,7 @@
 
 
 if test "${libdir}" = '${exec_prefix}/lib'; then
-  case `uname -m` in
-    ppc64|powerpc64)
-      libdir='${exec_prefix}/lib64'
-      ;;
-    *)
       libdir='${exec_prefix}/lib'
-      ;;
-  esac
 fi
 
 case `uname` in

Reply via email to