From f920df4c472227a8c7d137625a08ecdd19d8af26 Mon Sep 17 00:00:00 2001 From: Yury Usishchev Date: Wed, 12 Mar 2014 15:49:10 +0400 Subject: [PATCH] Aarch64 build fix Use %reconfigure for correct configuring. Change-Id: Ia2d93f868ba757b2c4eda3f3aeacec8954178014 Signed-off-by: Yury Usishchev --- packaging/make.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/make.spec b/packaging/make.spec index e9d6889..d4fa02e 100644 --- a/packaging/make.spec +++ b/packaging/make.spec @@ -17,8 +17,8 @@ The GNU make command with extensive documentation. cp %{SOURCE1001} . %build -CFLAGS=$RPM_OPT_FLAGS \ -./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-nls +export AUTOPOINT=true +%reconfigure --disable-nls make %{?_smp_mflags} %check -- 2.7.4