aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-06 16:35:32 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-07 16:53:34 +0100
commit80630cfe8edb69db9c609f94a80b4a2c7b71f590 (patch)
tree2762c4f751ac5d0da3bf6985bbc9ceff9d6a6d6a
parent3cb08210b3475634c22120e7d01c014d903274fa (diff)
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
-rw-r--r--2G.deps5
-rw-r--r--3G+2G.deps5
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