Use new "Build.sh -r -c lto" rather "Build.sh -r -combine"
This commit is contained in:
parent
b8686a6ef7
commit
a43097b3f0
@ -3,7 +3,7 @@
|
|||||||
Summary: MirBSD enhanced version of the Korn Shell
|
Summary: MirBSD enhanced version of the Korn Shell
|
||||||
Name: mksh
|
Name: mksh
|
||||||
Version: 40b
|
Version: 40b
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# BSD (setmode.c), ISC (strlcpy.c), MirOS (the rest)
|
# BSD (setmode.c), ISC (strlcpy.c), MirOS (the rest)
|
||||||
License: MirOS and ISC and BSD
|
License: MirOS and ISC and BSD
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -30,7 +30,7 @@ gzip -dc %{SOURCE0} | cpio -imd
|
|||||||
mv %{name}/* . && rm -rf %{name}
|
mv %{name}/* . && rm -rf %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -combine
|
CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -c lto
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 28 2011 Robert Scheck <robert@fedoraproject.org> 40b-2
|
||||||
|
- Use new "Build.sh -r -c lto" rather "Build.sh -r -combine"
|
||||||
|
|
||||||
* Thu Jul 28 2011 Robert Scheck <robert@fedoraproject.org> 40b-1
|
* Thu Jul 28 2011 Robert Scheck <robert@fedoraproject.org> 40b-1
|
||||||
- Upgrade to 40b
|
- Upgrade to 40b
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user