wigust pushed a commit to branch master
in repository guix.

commit b5d1286f2d796ce6dfcf45b9eeb0cf5630c191a9
Author: Oleg Pykhalov <[email protected]>
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