From 1f916a64cde3e3f3dc5aee71ad0355501b6a8cb2 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 20 Aug 2019 15:31:36 -0500 Subject: [PATCH] disable building asterisk with -march=native Bug-Debian: https://bugs.debian.org/842917 Forwarded: no Don't add -march=native to standard CFLAGS. We need a generic binary. Gbp-Pq: Name no_native_arch.patch --- build_tools/cflags.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml index 6a95672..84aa875 100644 --- a/build_tools/cflags.xml +++ b/build_tools/cflags.xml @@ -125,7 +125,7 @@ core - yes + no native_arch -- 2.38.5