Force static

This commit is contained in:
Samer Afach 2018-10-03 19:17:05 +02:00
parent 8205c98279
commit e45f176f7d
1 changed files with 1 additions and 1 deletions

View File

@ -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"