Aarch64 build fix
authorYury Usishchev <y.usishchev@samsung.com>
Wed, 12 Mar 2014 11:49:10 +0000 (15:49 +0400)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 5 Nov 2014 08:37:06 +0000 (09:37 +0100)
Use %reconfigure for correct configuring.

Change-Id: Ia2d93f868ba757b2c4eda3f3aeacec8954178014
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
packaging/make.spec

index e9d6889..d4fa02e 100644 (file)
@@ -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