]> git.pld-linux.org Git - packages/gearmand.git/blame - gearmand-1.1.12-ppc64le.patch
- rebuild with boost 1.63.0
[packages/gearmand.git] / gearmand-1.1.12-ppc64le.patch
CommitLineData
36bbbd00
ER
1diff -up gearmand-1.1.12/configure.ppc64le gearmand-1.1.12/configure
2--- gearmand-1.1.12/configure.ppc64le 2014-09-09 17:12:22.368039057 +0200
3+++ gearmand-1.1.12/configure 2014-09-09 17:11:49.584039857 +0200
4@@ -16219,7 +16219,7 @@ $as_echo_n "checking for boostlib >= $bo
5 libsubdirs="lib"
6 ax_arch=`uname -m`
7 case $ax_arch in
8- x86_64|ppc64|s390x|sparc64|aarch64)
9+ x86_64|ppc64*|s390x|sparc64|aarch64)
10 libsubdirs="lib64 lib lib64"
11 ;;
12 esac
13@@ -26051,7 +26051,7 @@ if ac_fn_c_try_compile "$LINENO"; then :
14 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
15 if test -n "$ac_prev"; then
16 case $ac_word in
17- i?86 | x86_64 | ppc | ppc64)
18+ i?86 | x86_64 | ppc | ppc64*)
19 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
20 ac_arch=$ac_word
21 else
This page took 0.076403 seconds and 4 git commands to generate.