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
Fri Mar 29 15:05:07 UTC 2019


osmith has submitted this change and it was merged. ( 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(-)

Approvals:
  osmith: Verified
  Pau Espin Pedrol: Looks good to me, approved



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: merged
Gerrit-Change-Id: Ibd7948f12da710f8ca2b8fde8870f134308eb908
Gerrit-Change-Number: 13451
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190329/a4e28d83/attachment.htm>


More information about the gerrit-log mailing list