]> git.cameronkatri.com Git - mandoc.git/commitdiff
Clarifications in comments and standard output suggested by
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 10 Aug 2014 02:45:04 +0000 (02:45 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 10 Aug 2014 02:45:04 +0000 (02:45 +0000)
Paul Onyschuk <ptmelville at gmail dot com> (Alpine Linux)

Makefile
configure

index e66c7cac3a29a232e873d284797bf284c70b455c..47f37a7dffc975ff31fb56de316deae60e9c5f79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.434 2014/08/08 23:47:21 schwarze Exp $
+# $Id: Makefile,v 1.435 2014/08/10 02:45:04 schwarze Exp $
 #
 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 # Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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
 
index 8a6a74d93c5fd59acf9463364aff506526d8cbf1..5b987ebef60d071a5abb75775e5f9bb9da39d10c 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,6 +14,8 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+echo "/* RUNNING ./CONFIGURE - SHOULD BE USED ONLY VIA MAKE, READ INSTALL */"
+
 set -e
 exec > config.h 2> config.log