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
This commit is contained in:
Neels Hofmeyr 2018-11-06 16:35:32 +01:00
parent 3cb08210b3
commit 80630cfe8e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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