mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 09:56:00 -05:00
Fixed OSX native rendezvous support
This commit is contained in:
parent
eead131cc2
commit
0c50a31874
@ -28,10 +28,10 @@ case $host in
|
||||
*linux*)
|
||||
CPPFLAGS="$CPPFLAGS -DHAVE_SOCKLEN_T"; LDFLAGS="$LDFLAGS -lefence";;
|
||||
*darwin*)
|
||||
CPPFLAGS="$CPPFLAGS -no-cpp-precomp -DHAVE_SOCKADDR_SA_LEN -DHAVE_SOCKLEN_T";
|
||||
CONDITIONAL(COND_REND_OSX,true);
|
||||
CONDITIONAL(COND_REND_HOWL,false);
|
||||
CONDITIONAL(COND_REND_POSIX,false);;
|
||||
CPPFLAGS="$CPPFLAGS -no-cpp-precomp -DHAVE_SOCKADDR_SA_LEN -DHAVE_SOCKLEN_T"
|
||||
AM_CONDITIONAL(COND_REND_OSX,true)
|
||||
AM_CONDITIONAL(COND_REND_HOWL,false)
|
||||
AM_CONDITIONAL(COND_REND_POSIX,false);;
|
||||
esac
|
||||
|
||||
dnl Checks for libraries.
|
||||
|
Loading…
x
Reference in New Issue
Block a user