648f8fa635
1 OBS-URL: https://build.opensuse.org/request/show/403844 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=16
18 lines
584 B
Diff
18 lines
584 B
Diff
---
|
|
build-aux/m4/ax_boost_base.m4 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: bitcoin-0.12.1/build-aux/m4/ax_boost_base.m4
|
|
===================================================================
|
|
--- bitcoin-0.12.1.orig/build-aux/m4/ax_boost_base.m4
|
|
+++ bitcoin-0.12.1/build-aux/m4/ax_boost_base.m4
|
|
@@ -95,7 +95,7 @@ if test "x$want_boost" = "xyes"; then
|
|
x86_64)
|
|
libsubdirs="lib64 libx32 lib lib64"
|
|
;;
|
|
- ppc64|s390x|sparc64|aarch64)
|
|
+ ppc64|s390x|sparc64|aarch64|ppc64le)
|
|
libsubdirs="lib64 lib lib64"
|
|
;;
|
|
esac
|