Merge pull request #46600 from mcmtroffaes/feature/wolfssl-tls13

wolfssl: enable all features
This commit is contained in:
Jörg Thalheim 2018-09-13 12:05:21 +01:00 committed by GitHub
commit da7990eb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "00mpq1z8j37a873dbk9knb835m3qlwqnd1rslirqkc44hpz1i64j";
};
configureFlags = [ "--enable-all" ];
outputs = [ "out" "dev" "doc" "lib" ];
nativeBuildInputs = [ autoreconfHook ];