[openbsc PATCH 0/3] Make openbsc also compile/run on OSX

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/OpenBSC@lists.osmocom.org/.

Tobias Engel t-openbsc at tobias.org
Wed Oct 24 15:53:47 UTC 2012


These are some minor modifications to make openbsc run on OSX.

You have to have these MacPorts installed:
pkgconfig
automake
autoconf
libtool
libdbi
libdbi-drivers
sqlite3

... and set:
export LDFLAGS='-L/opt/local/lib'
export CPPFLAGS='-I/opt/local/include'

Everything else should work as usual.

Tobias Engel (3):
  Remove interface argument when compiled on OSX
  Remove unused librt dependency
  Set byte order defines when compiled on OSX

 openbsc/src/ipaccess/ipaccess-find.c |    4 ++++
 openbsc/src/libmgcp/mgcp_network.c   |    8 +++++++-
 openbsc/src/libtrau/rtp_proxy.c      |    8 +++++++-
 openbsc/tests/mgcp/Makefile.am       |    2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)

-- 
1.7.10.2 (Apple Git-33)





More information about the OpenBSC mailing list