Aarch64 build fix
authorYury Usishchev <y.usishchev@samsung.com>
Wed, 12 Mar 2014 11:49:10 +0000 (15:49 +0400)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 2 Jan 2015 10:46:16 +0000 (11:46 +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