diff options
Diffstat (limited to 'gearmand-1.1.21-ppc64le.patch')
-rw-r--r-- | gearmand-1.1.21-ppc64le.patch | 22 |
1 files changed, 22 insertions, 0 deletions
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 |