summaryrefslogtreecommitdiff
path: root/dev-lang/python/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-16 18:42:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-16 18:42:09 +0000
commite12e079d1d498ff525729f9e99dcaebcaafefd2e (patch)
tree963d27692152e759128819ae63c51a8c29a4b563 /dev-lang/python/files
parentc17b94d3a30692facd01f74b45895612f711137c (diff)
downloadbaldeagleos-repo-e12e079d1d498ff525729f9e99dcaebcaafefd2e.tar.gz
baldeagleos-repo-e12e079d1d498ff525729f9e99dcaebcaafefd2e.tar.xz
baldeagleos-repo-e12e079d1d498ff525729f9e99dcaebcaafefd2e.zip
Adding metadata
Diffstat (limited to 'dev-lang/python/files')
-rw-r--r--dev-lang/python/files/configure_ac.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/python/files/configure_ac.patch b/dev-lang/python/files/configure_ac.patch
new file mode 100644
index 000000000000..f57ba8a7ed01
--- /dev/null
+++ b/dev-lang/python/files/configure_ac.patch
@@ -0,0 +1,13 @@
+diff -urN Python-3.12.0.orig/configure.ac Python-3.12.0/configure.ac
+--- Python-3.12.0.orig/configure.ac 2023-10-16 18:42:40.079345122 +0200
++++ Python-3.12.0/configure.ac 2023-10-16 18:43:27.662341947 +0200
+@@ -7090,9 +7090,6 @@
+ ], [
+ OBJ_nid2sn(NID_md5);
+ OBJ_nid2sn(NID_sha1);
+- OBJ_nid2sn(NID_sha3_512);
+- OBJ_nid2sn(NID_blake2b512);
+- EVP_PBE_scrypt(NULL, 0, NULL, 0, 2, 8, 1, 0, NULL, 0);
+ ])], [ac_cv_working_openssl_hashlib=yes], [ac_cv_working_openssl_hashlib=no])
+ ])
+ ])