summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Usishchev <y.usishchev@samsung.com>2014-03-12 15:49:10 +0400
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2015-01-02 11:46:16 +0100
commitf920df4c472227a8c7d137625a08ecdd19d8af26 (patch)
treea3a9182673040d65d5fe856a3f02c1846ff65e7c
parent45d7debd313f9c89b671465f33e84b9abe5471c3 (diff)
downloadmake-f920df4c472227a8c7d137625a08ecdd19d8af26.tar.gz
make-f920df4c472227a8c7d137625a08ecdd19d8af26.tar.bz2
make-f920df4c472227a8c7d137625a08ecdd19d8af26.zip
Aarch64 build fix
Use %reconfigure for correct configuring. Change-Id: Ia2d93f868ba757b2c4eda3f3aeacec8954178014 Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
-rw-r--r--packaging/make.spec4
1 files 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