falconia has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/06/42206/1

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

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/42206?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id9f091a42118393f973b982e18d1920f72bfcbb4
Gerrit-Change-Number: 42206
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <[email protected]>

Reply via email to