linux-packaging-mono/debian/patches/disable_asm_in_btls_on_arm.patch
Jo Shields 040ea0b201 Disable assembly optimizations on 32-bit ARM BTLS
Former-commit-id: 69dbf10802c66f8c795ba77c29a8938e834ff14e
2018-04-10 10:32:45 -04:00

13 lines
339 B
Diff

Index: xamarin-pkg-mono/configure.ac
===================================================================
--- xamarin-pkg-mono.orig/configure.ac
+++ xamarin-pkg-mono/configure.ac
@@ -4391,6 +4391,7 @@ if test "x$enable_btls" = "xyes"; then
;;
arm)
btls_arch=arm
+ btls_cflags="-DOPENSSL_NO_ASM=1"
;;
armsoft)
btls_arch=arm