gnu: net-snmp: Specify '--with-openssl' configuration flag.
* gnu/packages/networking.scm (net-snmp)[arguments]: Add '--with-openssl' flag.
This commit is contained in:
parent
f9e140a243
commit
b5d1286f2d
|
@ -2013,7 +2013,9 @@ Features:
|
||||||
(list (string-append "LDFLAGS=-Wl,-rpath="
|
(list (string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib")
|
"/lib")
|
||||||
"--with-logfile=/var/log/snmpd.log")
|
"--with-logfile=/var/log/snmpd.log"
|
||||||
|
(string-append "--with-openssl="
|
||||||
|
(assoc-ref %build-inputs "openssl")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-tests
|
(add-after 'unpack 'patch-tests
|
||||||
|
|
Loading…
Reference in New Issue