[MERGED] osmo-msc[master]: build: check for -lgsm

2017-08-29 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: build: check for -lgsm .. build: check for -lgsm If libosmo-legacy-mgcp is built with --enable-mgcp-transcoding, we need to link -lgsm here as well. This

osmo-msc[master]: build: check for -lgsm

2017-08-29 Thread Harald Welte
Patch Set 7: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3587 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iab55a089ae36017b79e7cbc3cac45ef9fd85dd43 Gerrit-PatchSet: 7 Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit

[PATCH] osmo-msc[master]: build: check for -lgsm

2017-08-27 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3587 to look at the new patch set (#7). build: check for -lgsm If libosmo-legacy-mgcp is built with --enable-mgcp-transcoding, we need to link -lgsm here as well. This autodetects whether -l

[PATCH] osmo-msc[master]: build: check for -lgsm

2017-08-27 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3587 to look at the new patch set (#6). build: check for -lgsm If libosmo-legacy-mgcp is built with --enable-mgcp-transcoding, we need to link -lgsm here as well. This autodetects whether -l

[PATCH] osmo-msc[master]: build: check for -lgsm

2017-08-23 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/3587 build: check for -lgsm If libosmo-legacy-mgcp is built with --enable-mgcp-transcoding, we need to link -lgsm here as well. This autodetects whether -lgsm is necessary. Todo: how about --with-g729? Todo: osmo-msc is only using the mgcp client and shoul