Commit Graph

3 Commits

Author SHA1 Message Date
Pau Espin 6b18a31738 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
2020-02-19 15:46:50 +01:00
Pau Espin e4a083b14c m4/ax_boost_base.m4: Update to newest version from autoconf-archive
Fetched from:
https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_boost_base.m4

Change-Id: Id2753b8d13817d3bfa6cb198b272c60f466b6da6
2020-02-19 15:45:23 +01:00
Alexander Huemer ec6adccbbd Extract libusrp, adjust to be buildable standalone
* $ git \
    filter-branch \
    --prune-empty \
    --tree-filter \
    'find \! -path "./usrp/*" -a -type f -delete' \
    HEAD
* Craft custom configure.ac
* Update m4 macros
* Small fixes here and there

The code in doc/, firmware/ and host/swig does _not_ build at the
moment, due to m4 macros not being adhered and is disabled therefore.
2018-01-21 01:30:14 +01:00