Change in osmo-bsc[osmith/release-1.2.2]: osmo-bsc/Makefile.am: use LIBOSMOLEGACYMGCP_CFLAGS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Mar 28 15:39:27 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/13451


Change subject: osmo-bsc/Makefile.am: use LIBOSMOLEGACYMGCP_CFLAGS
......................................................................

osmo-bsc/Makefile.am: use LIBOSMOLEGACYMGCP_CFLAGS

Fix the following compile error, when libosmo-legacy-mgcp is installed,
but into a different prefix than the other libosmo* libraries:

In file included from osmo_bsc_msc.c:23:0:
../../include/osmocom/bsc/bsc_nat.h:24:38: fatal error: osmocom/legacy_mgcp/mgcp.h: No such file or directory
 #include <osmocom/legacy_mgcp/mgcp.h>

This is needed for a new CI job, which builds old Osmocom releases
against current master of all Osmocom libraries. libosmo-legacy-mgcp is
provided by osmo-mgw 1.4.0 and was removed in later versions, so we
want to have the 1.4.0 version installed into a fallback directory only.

Related: OS#3867
Change-Id: Ibd7948f12da710f8ca2b8fde8870f134308eb908
---
M src/osmo-bsc/Makefile.am
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/51/13451/1

diff --git a/src/osmo-bsc/Makefile.am b/src/osmo-bsc/Makefile.am
index cc96743..a04b6f2 100644
--- a/src/osmo-bsc/Makefile.am
+++ b/src/osmo-bsc/Makefile.am
@@ -15,6 +15,7 @@
 	$(LIBOSMOABIS_CFLAGS) \
 	$(LIBOSMOSIGTRAN_CFLAGS) \
 	$(LIBOSMOMGCPCLIENT_CFLAGS) \
+	$(LIBOSMOLEGACYMGCP_CFLAGS) \
 	$(NULL)
 
 AM_LDFLAGS = \

-- 
To view, visit https://gerrit.osmocom.org/13451
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: osmith/release-1.2.2
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd7948f12da710f8ca2b8fde8870f134308eb908
Gerrit-Change-Number: 13451
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190328/df7a4445/attachment.htm>


More information about the gerrit-log mailing list