summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-12-28 14:16:02 +0100
committerMax Kellermann <max@musicpd.org>2018-12-28 14:16:02 +0100
commit22e6d95c4bbae15dd7f635eabe5fdde1ce06ba73 (patch)
tree30015237746efc3de22232ac012c2acf57ece4fb /doc
parent1c7bd7d5c4ff7afaecf4a68978ae53e9d2094026 (diff)
remove libwrap support
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst
index 9dbe03b1d..b16956fc3 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -88,7 +88,7 @@ For example, the following installs a fairly complete list of build dependencies
libupnp-dev \
libavahi-client-dev \
libsqlite3-dev \
- libsystemd-dev libwrap0-dev \
+ libsystemd-dev \
libgtest-dev \
libboost-dev \
libicu-dev