mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 04:00:30 +02:00
gnu: net-snmp: Specify '--with-openssl' configuration flag.
* gnu/packages/networking.scm (net-snmp)[arguments]: Add '--with-openssl' flag.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user