You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
liborcus/add-ppc64le.patch

13 lines
605 B

diff -Naur liborcus-0.5.1.orig/configure liborcus-0.5.1/configure
--- liborcus-0.5.1.orig/configure 2014-05-05 22:38:01.000000000 +0200
+++ liborcus-0.5.1/configure 2014-05-05 22:38:32.995207633 +0200
@@ -15335,7 +15335,7 @@
libsubdirs="lib"
ax_arch=`uname -m`
- if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
+ if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
libsubdirs="lib64 lib lib64"
fi