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

* gnu/packages/networking.scm (net-snmp)[arguments]: Add '--with-openssl'
flag.
This commit is contained in:
Oleg Pykhalov 2018-08-27 14:13:25 +03:00
parent f9e140a243
commit b5d1286f2d
No known key found for this signature in database
GPG key ID: 7246E11C69B79569

View file

@ -2013,7 +2013,9 @@ (define-public net-snmp
(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