aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <[email protected]>2020-04-08 13:46:49 +0300
committerHennadii Stepanov <[email protected]>2020-04-08 16:14:31 +0300
commitda0842dcd44f8c9c9b167917fac0949b4978c3b0 (patch)
tree2650f064295079f466da7e014af0c09aec1ffb9d
parentMerge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta... (diff)
downloaddiscoin-da0842dcd44f8c9c9b167917fac0949b4978c3b0.tar.xz
discoin-da0842dcd44f8c9c9b167917fac0949b4978c3b0.zip
build: Update ax_boost_mase.m4 to the latest serial
This change fixes boost detection for arch armv7l.
-rw-r--r--build-aux/m4/ax_boost_base.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/m4/ax_boost_base.m4 b/build-aux/m4/ax_boost_base.m4
index 16fa69b41..2ae33f714 100644
--- a/build-aux/m4/ax_boost_base.m4
+++ b/build-aux/m4/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 47
+#serial 48
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -123,6 +123,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
dnl are almost assuredly the ones desired.
AS_CASE([${host_cpu}],
[i?86],[multiarch_libsubdir="lib/i386-${host_os}"],
+ [armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],
[multiarch_libsubdir="lib/${host_cpu}-${host_os}"]
)