enable parallel build
This commit is contained in:
parent
914fcff0db
commit
296a50b161
13
zsh.spec
13
zsh.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Powerful interactive shell
|
Summary: Powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.3.1
|
Version: 5.3.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://zsh.sourceforge.net/
|
URL: http://zsh.sourceforge.net/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -62,6 +62,9 @@ This package contains the Zsh manual in html format.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
# enable parallel build
|
||||||
|
sed -e 's|^\.NOTPARALLEL|#.NOTPARALLEL|' -i 'Config/defs.mk.in'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Compile with -fconserve-stack to prevent stack overflow while executing
|
# Compile with -fconserve-stack to prevent stack overflow while executing
|
||||||
# unbounded call recursion in a shell script. Without this compiler flag,
|
# unbounded call recursion in a shell script. Without this compiler flag,
|
||||||
@ -79,7 +82,10 @@ export LIBLDFLAGS='-z lazy'
|
|||||||
--enable-maildir-support \
|
--enable-maildir-support \
|
||||||
--enable-pcre
|
--enable-pcre
|
||||||
|
|
||||||
make all html
|
# prevent the build from failing while running in parallel
|
||||||
|
make headers -C Src
|
||||||
|
|
||||||
|
make %{?_smp_mflags} all html
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Run the testsuite
|
# Run the testsuite
|
||||||
@ -173,6 +179,9 @@ fi
|
|||||||
%doc Doc/*.html
|
%doc Doc/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2017 Kamil Dudka <kdudka@redhat.com> - 5.3.1-10
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
* Wed Jun 14 2017 Kamil Dudka <kdudka@redhat.com> - 5.3.1-9
|
* Wed Jun 14 2017 Kamil Dudka <kdudka@redhat.com> - 5.3.1-9
|
||||||
- fix unsafe use of a static buffer in history isearch (#1461483)
|
- fix unsafe use of a static buffer in history isearch (#1461483)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user