diff --git a/CompileOpenSSL-1.0.2-Linux.py b/CompileOpenSSL-1.0.2-Linux.py index 6cdd108..c790e4e 100644 --- a/CompileOpenSSL-1.0.2-Linux.py +++ b/CompileOpenSSL-1.0.2-Linux.py @@ -7,7 +7,7 @@ import string import urllib import shutil -configure_flags = "shared" +configure_flags = "no-shared" cflags = "-fPIC" base_openssl_version = "1.0.2"