From bd9d8af9235c1e3c59fb8d583f107eac2f7d0eeb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2025 07:51:59 +0100 Subject: import from Fedora 41 --- gearmand-1.1.21-ppc64le.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gearmand-1.1.21-ppc64le.patch (limited to 'gearmand-1.1.21-ppc64le.patch') diff --git a/gearmand-1.1.21-ppc64le.patch b/gearmand-1.1.21-ppc64le.patch new file mode 100644 index 0000000..268c481 --- /dev/null +++ b/gearmand-1.1.21-ppc64le.patch @@ -0,0 +1,22 @@ +diff --git a/configure b/configure +index 13cd889..2d35642 100755 +--- a/configure ++++ b/configure +@@ -17678,7 +17678,7 @@ printf %s "checking for boostlib >= $boost_lib_version_req... " >&6; } + libsubdirs="lib" + ax_arch=`uname -m` + case $ax_arch in +- x86_64|ppc64|s390x|sparc64|aarch64|loongarch64|riscv64) ++ x86_64|ppc64*|s390x|sparc64|aarch64|loongarch64|riscv64) + libsubdirs="lib64 lib lib64" + ;; + esac +@@ -28164,7 +28164,7 @@ then : + for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do + if test -n "$ac_prev"; then + case $ac_word in +- i?86 | x86_64 | ppc | ppc64) ++ i?86 | x86_64 | ppc | ppc64*) + if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then + ac_arch=$ac_word + else -- cgit