From: Lucas De Marchi Date: Mon, 4 Feb 2019 22:27:29 +0000 (-0800) Subject: build: enable openssl by default X-Git-Tag: v26~5 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fkmod.git;a=commitdiff_plain;h=bcab5cd1beb201fded3df9345c9ed8a925cecab5 build: enable openssl by default Like with other features, let's enable it for developers. --- 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