linux-packaging-mono/debian/patches/disable_asm_in_btls_on_arm.patch

13 lines
339 B
Diff
Raw Normal View History

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