guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: net-snmp: Specify '--with-openssl' configuration flag.


From: Oleg Pykhalov
Subject: 01/01: gnu: net-snmp: Specify '--with-openssl' configuration flag.
Date: Thu, 30 Aug 2018 07:48:44 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit b5d1286f2d796ce6dfcf45b9eeb0cf5630c191a9
Author: Oleg Pykhalov <address@hidden>
Date:   Mon Aug 27 14:13:25 2018 +0300

    gnu: net-snmp: Specify '--with-openssl' configuration flag.
    
    * gnu/packages/networking.scm (net-snmp)[arguments]: Add '--with-openssl'
    flag.
---
 gnu/packages/networking.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 943bcec..61c0ad7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2013,7 +2013,9 @@ Features:
        (list (string-append "LDFLAGS=-Wl,-rpath="
                             (assoc-ref %outputs "out")
                             "/lib")
-             "--with-logfile=/var/log/snmpd.log")
+             "--with-logfile=/var/log/snmpd.log"
+             (string-append "--with-openssl="
+                            (assoc-ref %build-inputs "openssl")))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-tests



reply via email to

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