package/libtommath: fix build with latest moarvm on ARM
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 26 Mar 2020 21:03:43 +0000 (22:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 26 Mar 2020 22:00:41 +0000 (23:00 +0100)
commit0abfa1b69a4285a3448d75c60f60a646eab31db3
treeff8513de9ad4947dc307fa5a646c1c27b7f6dbb9
parentee736de2b4d42c7722e25f1722915935b28dbb0e
package/libtommath: fix build with latest moarvm on ARM

Add an upstream to enable mp_set_double on more architectures to fix the
following build failure on moarvm with some ARM architectures:

linking moar
./libmoar.so: undefined reference to `mp_set_double'

Fixes:
 - http://autobuild.buildroot.org/results/59d6b651498f3523d4a990eddc03c7d5043425ff

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libtommath/0001-Build-test-bn_mp_set_double-c-on-more-platforms.patch [new file with mode: 0644]