Blame SOURCES/0001-add-support-for-ppc64le.patch

68200f
From b23652d3238389aae3c6ddbaab85bc7468a3fb6a Mon Sep 17 00:00:00 2001
68200f
From: David Tardon <dtardon@redhat.com>
68200f
Date: Thu, 28 Aug 2014 14:41:48 +0200
68200f
Subject: [PATCH] add support for ppc64le
68200f
68200f
---
68200f
 configure | 2 +-
68200f
 1 file changed, 1 insertion(+), 1 deletion(-)
68200f
68200f
diff --git a/configure b/configure
68200f
index 79d69e2..eea430d 100755
68200f
--- a/configure
68200f
+++ b/configure
68200f
@@ -17425,7 +17425,7 @@ $as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
68200f
                         libsubdirs="lib"
68200f
     ax_arch=`uname -m`
68200f
     case $ax_arch in
68200f
-      x86_64|ppc64|s390x|sparc64|aarch64)
68200f
+      x86_64|ppc64|ppc64le|s390x|sparc64|aarch64)
68200f
         libsubdirs="lib64 lib lib64"
68200f
         ;;
68200f
     esac
68200f
-- 
68200f
1.9.3
68200f