]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build: enable openssl by default
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 4 Feb 2019 22:27:29 +0000 (14:27 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 4 Feb 2019 22:27:46 +0000 (14:27 -0800)
Like with other features, let's enable it for developers.

autogen.sh

index e003f78395746a9b0afb7ea79ccb80f74d9590f2..67b119f6fc6e092c5d21f87088109ffaca9cdbf9 100755 (executable)
@@ -32,7 +32,7 @@ fi
 
 cd $oldpwd
 
 
 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
 
 if [ "x$1" = "xc" ]; then
         shift