sngrep: build with SSL support
Add configure argument to build sngrep against openssl for SSL connection sniffing support
This commit is contained in:
parent
6d7b9a5d19
commit
2410546948
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-unicode"
|
||||
"--enable-ipv6"
|
||||
"--enable-eep"
|
||||
"--with-openssl"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user