mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
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-unicode"
|
||||||
"--enable-ipv6"
|
"--enable-ipv6"
|
||||||
"--enable-eep"
|
"--enable-eep"
|
||||||
|
"--with-openssl"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user