Change in libusrp[master]: m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for arch armv7l

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 19 14:54:58 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libusrp/+/17225 )

Change subject: m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for arch armv7l
......................................................................

m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for arch armv7l

Without this patch, building on an RPI4 ends up with
BOOST_LDFLAGS=-L/usr/lib while libs are actually under
/usr/lib/arm-linux-gnueabihf, and configure will later file during
AX_BOOST_THREAD macro.

Change-Id: I7a6b2dca5ced6a6a5232fe78b071dfafdda0b0f3
---
M m4/ax_boost_base.m4
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 16fa69b..7b8190a 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -123,6 +123,7 @@
     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}"]
     )
 

-- 
To view, visit https://gerrit.osmocom.org/c/libusrp/+/17225
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I7a6b2dca5ced6a6a5232fe78b071dfafdda0b0f3
Gerrit-Change-Number: 17225
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200219/5800f9fc/attachment.htm>


More information about the gerrit-log mailing list