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