diff options
Diffstat (limited to 'system/rsyslog/rsyslog.SlackBuild')
-rw-r--r-- | system/rsyslog/rsyslog.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild index 799f3e2464..6bff219d4b 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rsyslog -# Copyright (c) 2012, Christophe Trussardi, Paris, France +# Copyright (c) 2013, Christophe Trussardi, Paris, France # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsyslog -VERSION=${VERSION:-7.2.6} +VERSION=${VERSION:-7.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-cached-man-pages \ --build=$ARCH-slackware-linux \ $mysql_option $pgsql_option $libdbi_option $gnutls_option $relp_option |