mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41:20 +00:00
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 03f1f4b9bb)
12 lines
381 B
Diff
12 lines
381 B
Diff
--- a/lib/Crypto/Math/_IntegerGMP.py
|
|
+++ b/lib/Crypto/Math/_IntegerGMP.py
|
|
@@ -97,7 +97,7 @@ gmp_defs = """typedef unsigned long UNIX
|
|
if sys.platform == "win32":
|
|
raise ImportError("Not using GMP on Windows")
|
|
|
|
-lib = load_lib("gmp", gmp_defs)
|
|
+lib = load_lib("libgmp.so.10", gmp_defs)
|
|
implementation = {"library": "gmp", "api": backend}
|
|
|
|
if hasattr(lib, "__mpir_version"):
|