projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d7deb
)
Aarch64 build fix
author
Yury Usishchev
<y.usishchev@samsung.com>
Wed, 12 Mar 2014 11:49:10 +0000
(15:49 +0400)
committer
Philippe 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
patch
|
blob
|
history
diff --git
a/packaging/make.spec
b/packaging/make.spec
index e9d6889794e1a75a8500911bae8748343721cdfe..d4fa02e810421a7ee79fb796638627bed93e87a7 100644
(file)
--- 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