File 0001-Config-for-ppc64-le.patch of Package openssl.4105
From 2fd2419fd7833d93ced0c7a9c4ce36695d1c227b Mon Sep 17 00:00:00 2001
From: "Leonidas S. Barbosa" <leosilva@linux.vnet.ibm.com>
Date: Tue, 1 Sep 2015 18:12:32 -0400
Subject: [PATCH] Config for ppc64-le
---
config | 1 +
1 file changed, 1 insertion(+)
diff --git a/config b/config
index d7dec23..b470a57 100755
--- a/config
+++ b/config
@@ -597,6 +597,7 @@ case "$GUESSOS" in
# we have the target and force it here
OUT="linux-ppc64"
;;
+ ppc64le-*-linux2) OUT="linux-ppc64le" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
ppc60x-*-vxworks*) OUT="vxworks-ppc60x" ;;
ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;;
--
1.8.5.6