File bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch of Package qbittorrent

From: Michel Normand <normand@linux.vnet.ibm.com>
Subject: bittorrent missing ppc64le in ax_boost_base.m4
Date: Fri, 07 Aug 2015 11:39:49 +0200

bittorrent missing ppc64le in ax_boost_base.m4
that is the cause of following error message:
===
[  138s] checking whether the Boost::System library is available... yes
[  138s] configure: error: Could not find a version of the boost_system library!
===

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
---
 m4/ax_boost_base.m4 |    3 +++
 1 file changed, 3 insertions(+)

Index: qBittorrent-release-3.2.3/m4/ax_boost_base.m4
===================================================================
--- qBittorrent-release-3.2.3.orig/m4/ax_boost_base.m4
+++ qBittorrent-release-3.2.3/m4/ax_boost_base.m4
@@ -95,6 +95,9 @@ if test "x$want_boost" = "xyes"; then
       x86_64|ppc64|s390x|sparc64|aarch64)
         libsubdirs="lib64 lib lib64"
         ;;
+      ppc64le)
+        libsubdirs="lib64"
+        ;;
     esac
 
     dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give
openSUSE Build Service is sponsored by