diff options
author | Christophe Trussardi <chris@teria.org> | 2013-12-08 22:57:22 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:02 -0600 |
commit | 1de949408054e12079799b929384383f2c94eae5 (patch) | |
tree | dda02a8ef81fa49bb1d499e78c02d05dccac7baf /system/rsyslog/rsyslog.SlackBuild | |
parent | e282f8d7f7641a8a153586985d16c4b8df93b088 (diff) | |
download | slackbuilds-1de949408054e12079799b929384383f2c94eae5.tar.gz |
system/rsyslog: Updated for version 7.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |