diff options
Diffstat (limited to 'patches/02_all_disable_modules_and_ssl.patch')
-rw-r--r-- | patches/02_all_disable_modules_and_ssl.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/02_all_disable_modules_and_ssl.patch b/patches/02_all_disable_modules_and_ssl.patch index 1e76063..87b9bde 100644 --- a/patches/02_all_disable_modules_and_ssl.patch +++ b/patches/02_all_disable_modules_and_ssl.patch @@ -20,7 +20,7 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -438,6 +449,7 @@ +@@ -454,6 +465,7 @@ os.unlink(tmpfile) def detect_modules(self): @@ -28,7 +28,7 @@ # Ensure that /usr/local is always used if not cross_compiling: add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib') -@@ -795,7 +807,7 @@ +@@ -815,7 +827,7 @@ ssl_incs = find_file('openssl/ssl.h', inc_dirs, search_for_ssl_incs_in ) @@ -37,7 +37,7 @@ krb5_h = find_file('krb5.h', inc_dirs, ['/usr/kerberos/include']) if krb5_h: -@@ -806,7 +818,8 @@ +@@ -826,7 +838,8 @@ ] ) if (ssl_incs is not None and @@ -47,7 +47,7 @@ exts.append( Extension('_ssl', ['_ssl.c'], include_dirs = ssl_incs, library_dirs = ssl_libs, -@@ -838,7 +851,7 @@ +@@ -858,7 +871,7 @@ pass min_openssl_ver = 0x00907000 @@ -56,7 +56,7 @@ have_usable_openssl = (have_any_openssl and openssl_ver >= min_openssl_ver) -@@ -854,21 +867,20 @@ +@@ -874,21 +887,20 @@ print ("warning: openssl 0x%08x is too old for _hashlib" % openssl_ver) missing.append('_hashlib') |