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)