diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-25 17:31:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:04 +0700 |
commit | 1b452b611e92199d0db099be5bdb03aab009e8d7 (patch) | |
tree | 47f19902a4d15882082f675a57f9900bb1a80dc7 /system/man-db/man-db.SlackBuild | |
parent | 7932cf4c848d7809b5cf1e494a87449833098fdc (diff) |
system/man-db: Updated for version 2.7.6.
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index d922c85a474d..21c1ec5b3a62 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170125 bkw: +# - update for 2.7.6. +# - add --disable-cache-owner. TODO: revisit this at some +# point. Maybe create a dedicated 'man' user, or use one of the existing +# users like 'bin' or 'operator'. + # 20160726 bkw: # - update for 2.7.5. @@ -20,7 +26,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.5} +VERSION=${VERSION:-2.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -132,6 +138,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --disable-setuid \ + --disable-cache-owner \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ |