treewide: Make explicit that 'dev' output of openssl is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5eb01cd0ad
commit
2a73de6e6c
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-sys-contact=root@unknown"
|
||||
"--with-logfile=/var/log/net-snmpd.log"
|
||||
"--with-persistent-directory=/var/lib/net-snmp"
|
||||
"--with-openssl=${openssl}"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
] ++ stdenv.lib.optional stdenv.isLinux "--with-mnttab=/proc/mounts";
|
||||
|
||||
buildInputs = [ autoreconfHook file perl unzip openssl ];
|
||||
|
||||
Reference in New Issue
Block a user