Merge pull request #25865 from orivej/rdesktop-ipv6
rdesktop: enable IPv6 support
This commit is contained in:
commit
c953f8e557
|
@ -13,6 +13,7 @@ stdenv.mkDerivation (rec {
|
|||
buildInputs = [openssl libX11];
|
||||
|
||||
configureFlags = [
|
||||
"--with-ipv6"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
"--disable-credssp"
|
||||
"--disable-smartcard"
|
||||
|
|
Loading…
Reference in New Issue