falconia has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/42206?usp=email )
Change subject: remove bogons from src/osmo-bts-oc2g/Makefile.am ......................................................................
remove bogons from src/osmo-bts-oc2g/Makefile.am
This Makefile.am contained references to ORTP_CFLAGS and ORTP_LIBS, which are bogons because our configure makes no pkg-config calls for ortp, whether ortp support is included or excluded - instead these pkg-config calls that produce ORTP_CFLAGS and ORTP_LIBS happen only in libosmo-abis, while all subsequent ortp users in Osmocom go through osmo_ortp shim provided by that library.
Related: OS#6474 Change-Id: Id9f091a42118393f973b982e18d1920f72bfcbb4 --- M src/osmo-bts-oc2g/Makefile.am 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/src/osmo-bts-oc2g/Makefile.am b/src/osmo-bts-oc2g/Makefile.am index 29374ef..05bb938 100644 --- a/src/osmo-bts-oc2g/Makefile.am +++ b/src/osmo-bts-oc2g/Makefile.am @@ -14,7 +14,6 @@ $(LIBOSMONETIF_CFLAGS) \ $(LIBGPS_CFLAGS) \ $(LIBSYSTEMD_CFLAGS) \ - $(ORTP_CFLAGS) \ $(NULL)
COMMON_LDADD = \ @@ -26,7 +25,6 @@ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ $(LIBOSMONETIF_LIBS) \ - $(ORTP_LIBS) \ $(NULL)
AM_CFLAGS += -DENABLE_OC2GBTS