[PATCH 2/2] build: enable openssl by default
From: Lucas De Marchi <hidden>
Date: 2019-02-04 22:32:56
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lucas De Marchi <hidden>
Date: 2019-02-04 22:32:56
Subsystem:
the rest · Maintainer:
Linus Torvalds
Like with other features, let's enable it for developers. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index e003f78..67b119f 100755
--- a/autogen.sh
+++ b/autogen.sh@@ -32,7 +32,7 @@ fi cd $oldpwd -hackargs="--enable-debug --enable-python --with-xz --with-zlib" +hackargs="--enable-debug --enable-python --with-xz --with-zlib --with-openssl" if [ "x$1" = "xc" ]; then shift
--
2.20.0