improve the last commit
... such that the build does not fail on secondary arches
This commit is contained in:
parent
296a50b161
commit
5e1d734a99
3
zsh.spec
3
zsh.spec
@ -83,7 +83,8 @@ export LIBLDFLAGS='-z lazy'
|
|||||||
--enable-pcre
|
--enable-pcre
|
||||||
|
|
||||||
# prevent the build from failing while running in parallel
|
# prevent the build from failing while running in parallel
|
||||||
make headers -C Src
|
make -C Src headers
|
||||||
|
make -C Src -f Makemod zsh{path,xmod}s.h version.h
|
||||||
|
|
||||||
make %{?_smp_mflags} all html
|
make %{?_smp_mflags} all html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user