summaryrefslogtreecommitdiffstats
path: root/configure.local.example
diff options
context:
space:
mode:
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example
index 59c412b4..9bb5c148 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -140,6 +140,12 @@ CFLAGS="${CFLAGS} -I/usr/local/include"
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
# currently known.