From 31ec3e7168916c95d1e051fb94f11327134db940 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 16 Jan 2020 15:35:49 -0500 Subject: [PATCH] Try autoreconfing. It was commented out, maybe it works! --- mono-core.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mono-core.spec b/mono-core.spec index 6df7a2067e..e43322747c 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -151,9 +151,9 @@ technologies that have been submitted to the ECMA for standardization. %{?scl:scl enable %{scl} - << \EOF} ./autogen.sh # These are only needed if there are patches to the runtime -#rm -f libgc/libtool.m4 -#autoreconf --force --install -#autoreconf --force --install libgc +rm -f libgc/libtool.m4 +autoreconf --force --install +autoreconf --force --install external/bdwgc export CFLAGS=" %{optflags} -fno-strict-aliasing" %ifarch armv7l armv7hl export MONO_CPU_ARCH="armv7l-thumb"