guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: rsyslog: Include rscryutil.


From: guix-commits
Subject: 02/05: gnu: rsyslog: Include rscryutil.
Date: Thu, 9 Jun 2022 18:54:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0648dc95721a6535cf5446fd2f47dc2e6f6823d9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:07 2022 +0200

    gnu: rsyslog: Include rscryutil.
    
    * gnu/packages/logging.scm (rsyslog)[arguments]: Add "--enable-usertools"
    and "--enable-generate-man-pages" to #:configure-flags.
    Move all ‘mm’ options to their own section.
    [native-inputs]: Add python-docutils.
---
 gnu/packages/logging.scm | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 86e06d9ba3..0042e4f0ef 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -252,9 +252,8 @@ library.")
       ;; them for a full-featured build.
       '(list "--enable-kmsg"
              "--enable-liblogging_stdlog"
-             "--enable-mmanon"
-             "--enable-mmcount"
              "--enable-unlimited_select"
+             "--enable-usertools"
          
              ;; Input plugins
              "--enable-imbatchreport"
@@ -296,7 +295,9 @@ library.")
              "--enable-pmsnare"
 
              ;; Message Modification Modules
+             "--enable-mmanon"
              "--enable-mmaudit"
+             "--enable-mmcount"
              "--enable-mmdarwin"
              "--enable-mmdblookup"
              "--enable-mmfields"
@@ -323,9 +324,18 @@ library.")
              "--enable-snmp"
 
              ;; Function modules
-             "--enable-fmhash_xxhash")))
+             "--enable-fmhash_xxhash"
+
+             ;; Needed to build rscryutil.1.gz.
+             "--enable-generate-man-pages")))
     (native-inputs
-     (list autoconf automake bison flex libtool pkg-config))
+     (list autoconf
+           automake
+           bison
+           flex
+           libtool
+           pkg-config
+           python-docutils))            ; rst2man for man pages
     (inputs
      (list curl
            cyrus-sasl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]