summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-20 05:45:27 +0000
committerMichał Górny <mgorny@gentoo.org>2020-12-20 12:35:45 +0100
commitfb94282713e3a94fb240088227bf0f3b982a438b (patch)
tree695d9055dc1e8458c3df1006650049ccdd7b5b4a /dev-libs/tomsfastmath/files
parentdev-libs/crypto++: adopt package (diff)
downloadgentoo-fb94282713e3a94fb240088227bf0f3b982a438b.tar.gz
gentoo-fb94282713e3a94fb240088227bf0f3b982a438b.tar.bz2
gentoo-fb94282713e3a94fb240088227bf0f3b982a438b.zip
dev-libs/tomsfastmath: compatibility patch for (incoming) libtomcrypt
In a yet unreleased version of tomsfastmath, this patch was added to export a needed symbol which libtomcrypt makes use of. Include it so that libtomcrypt can be built against tomsfastmath if desired. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/tomsfastmath/files')
-rw-r--r--dev-libs/tomsfastmath/files/tomsfastmath-0.13.1-export-fp_isprime_ex.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/tomsfastmath/files/tomsfastmath-0.13.1-export-fp_isprime_ex.patch b/dev-libs/tomsfastmath/files/tomsfastmath-0.13.1-export-fp_isprime_ex.patch
new file mode 100644
index 000000000000..627bf4b2f4d9
--- /dev/null
+++ b/dev-libs/tomsfastmath/files/tomsfastmath-0.13.1-export-fp_isprime_ex.patch
@@ -0,0 +1,13 @@
+Needed because libtomcrypt expects this symbol to be available
+https://github.com/libtom/tomsfastmath/commit/81530c207da8b3a43867da14df7d79d2cdf96978.patch
+--- a/libtfm.symbols
++++ b/libtfm.symbols
+@@ -16,6 +16,7 @@ fp_gcd
+ fp_ident
+ fp_invmod
+ fp_isprime
++fp_isprime_ex
+ fp_lcm
+ fp_lshd
+ fp_mod
+