From 80630cfe8edb69db9c609f94a80b4a2c7b71f590 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 6 Nov 2018 16:35:32 +0100 Subject: [PATCH] deps: comment out osmo-trx osmo-trx shouldn't run with address sanitizer. But omitting --enable-sanitize from osmo-trx breaks 'make check', so then the whole top-level makefile will end in error with sanitize.opts. A user wanting to build osmo-trx can just uncomment that line. Change-Id: I589f49652f8fa4e5becc7d7e63e6e4bc1a8b33bb --- 2G.deps | 5 ++++- 3G+2G.deps | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/2G.deps b/2G.deps index cf2723a..c49589d 100644 --- a/2G.deps +++ b/2G.deps @@ -10,4 +10,7 @@ osmo-mgw libosmo-netif osmo-msc libosmo-sccp osmo-mgw libsmpp34 osmo-bsc libosmo-sccp osmo-mgw osmo-sgsn libosmo-sccp osmo-ggsn osmo-hlr -osmo-trx libosmocore +# osmo-trx can build with --enable-sanitize, but then won't work reliably. +# When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail. +# So if you want osmo-trx, uncomment and use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries. +#osmo-trx libosmocore diff --git a/3G+2G.deps b/3G+2G.deps index b82e7c9..e5d53fa 100644 --- a/3G+2G.deps +++ b/3G+2G.deps @@ -13,4 +13,7 @@ osmo-msc osmo-iuh osmo-mgw libsmpp34 osmo-bsc libosmo-sccp osmo-mgw osmo-sgsn osmo-iuh osmo-ggsn osmo-hlr osmo-sip-connector libosmocore -osmo-trx libosmocore +# osmo-trx can build with --enable-sanitize, but then won't work reliably. +# When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail. +# So if you want osmo-trx, uncomment and use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries. +#osmo-trx libosmocore