aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-11 08:45:35 +0800
committerHarald Welte <laforge@gnumonks.org>2017-10-11 08:45:35 +0800
commita41cee77033ea884b1a91cc1b6d4997c8239d9af (patch)
tree97cd899d9132752884a8b52dfb26295aee917b55
parentf30f7ad64568c89a069723fbd409687fe9e362df (diff)
coverity: build with --enable-trx
-rwxr-xr-xcoverity/build_Osmocom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 3cb0c84..81a346d 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -53,7 +53,7 @@ build_openbsc() {
build_osmobts() {
pushd osmo-bts
- do_build --enable-sysmocom-bts
+ do_build --enable-sysmocom-bts --enable-trx
popd
}