summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-10 02:45:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-10 02:45:04 +0000
commitafe8728a3be63b0f6b7242d0d8b002f1f20d7139 (patch)
tree8e54e079fecd38737283caf3998cb522d005602c /Makefile
parent0ea1030bba20b5f8f3b909a4e5673b2f1798af92 (diff)
downloadmandoc-afe8728a3be63b0f6b7242d0d8b002f1f20d7139.tar.gz
Clarifications in comments and standard output suggested by
Paul Onyschuk <ptmelville at gmail dot com> (Alpine Linux)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a167762c..914e6e00 100644
--- a/Makefile
+++ b/Makefile
@@ -52,9 +52,10 @@ INSTALL_MAN = $(INSTALL_DATA)
# --- user settings related to database support ------------------------
-# If you want to build without database support, for example to avoid
-# the dependency on SQLite3, comment the following line.
-# However, you won't get apropos(1) and makewhatis(8) in that case.
+# Building apropos(1) and makewhatis(8) requires both SQLite3 and fts(3).
+# To avoid those dependencies, comment the following line.
+# Be careful: the fts(3) implementation in glibc is broken on 32bit
+# machines, see: https://sourceware.org/bugzilla/show_bug.cgi?id=15838
#
BUILD_TARGETS += db-build