File lttng-ust-aarch64-aligned-access.patch of Package lttng-ust.1106
Index: lttng-ust-2.4.1/configure.ac
===================================================================
--- lttng-ust-2.4.1.orig/configure.ac
+++ lttng-ust-2.4.1/configure.ac
@@ -188,6 +188,7 @@ changequote([,])dnl
;;
x86_64) ;;
amd64) ;;
+ aarch64) ;;
powerpc) ;;
ppc64) ;;
powerpc64) ;;
Index: lttng-ust-2.4.1/configure
===================================================================
--- lttng-ust-2.4.1.orig/configure
+++ lttng-ust-2.4.1/configure
@@ -15931,6 +15931,7 @@ case $host_cpu in
;;
x86_64) ;;
amd64) ;;
+ aarch64) ;;
powerpc) ;;
ppc64) ;;
powerpc64) ;;