File 0001-Extend-64bit-architecure-list.patch of Package qore-pgsql-module
From a944da1fbfe8a0792efdbbc1e063dba69a285550 Mon Sep 17 00:00:00 2001
From: Dinar Valeev <dvaleev@suse.com>
Date: Tue, 5 Aug 2014 01:04:07 +0200
Subject: [PATCH] Extend 64bit architecure list
---
configure | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure b/configure
index affe152..0906366 100755
--- a/configure
+++ b/configure
@@ -15849,6 +15849,9 @@ if test "$enable_64bit" = "auto"; then
if test "$host_cpu" = "ia64" -o "$host_cpu" = "x86_64" -o "$host_cpu" = "amd64"; then
enable_64bit=yes
else
+ case "$host_cpu" in
+ powerpc64*|aarch64|s390x) enable_64bit=yes;;
+ esac
case "${host_os}" in
darwin*) mv=`uname -r|cut -f1 -d.`
if test $mv -ge 10 -a "${host_cpu}" = "i386"; then
--
1.8.5.2