mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
config changes
This commit is contained in:
parent
d334bfdb96
commit
c6e2da2568
@ -26,7 +26,7 @@ dnl Darwin's stupid cpp preprocessor....
|
|||||||
echo Host type is $host
|
echo Host type is $host
|
||||||
case $host in
|
case $host in
|
||||||
*linux*)
|
*linux*)
|
||||||
CPPFLAGS="$CPPFLAGS -DHAVE_SOCKLEN_T";;
|
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";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user