=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- mandoc/configure.local.example 2017/02/04 12:03:07 1.23 +++ mandoc/configure.local.example 2017/02/08 16:11:41 1.24 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.23 2017/02/04 12:03:07 schwarze Exp $ +# $Id: configure.local.example,v 1.24 2017/02/08 16:11:41 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016 Ingo Schwarze # @@ -139,6 +139,12 @@ CFLAGS="${CFLAGS} -I/usr/local/include" # Otherwise, set the following variable. LD_NANOSLEEP="-lrt" + +# Some platforms may need an additional linker flag for recvmsg(2). +# If none is needed or it is -lsocket, it is autodetected. +# Otherwise, set the following variable. + +LD_RECVMSG="-lsocket" # Some platforms might need additional linker flags to link against # libmandoc that are not autodetected, though no such cases are