From e45f176f7d59ca47e7f546cf119639bb76c8bca8 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Wed, 3 Oct 2018 19:17:05 +0200 Subject: [PATCH] Force static --- CompileOpenSSL-1.0.2-Linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"