updated
This commit is contained in:
parent
e644337fae
commit
defd35883b
1 changed files with 9 additions and 3 deletions
|
|
@ -4,10 +4,10 @@
|
|||
## --with dynamic ... enable dynamic lib support
|
||||
|
||||
|
||||
%global snapshot 20081017
|
||||
%global snapshot 20090228
|
||||
%global pkglibdir %_prefix/lib/dietlibc
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%ifarch %ix86 x86_64 ppc ppc64
|
||||
%bcond_without ssp
|
||||
%else
|
||||
%bcond_with ssp
|
||||
|
|
@ -54,6 +54,7 @@ Patch46: dietlibc-0.31-testsuite.patch
|
|||
Patch47: dietlibc-0.31-lcctime.patch
|
||||
Patch48: dietlibc-0.31-implicitfunc.patch
|
||||
Patch49: dietlibc-0.31-noreturn.patch
|
||||
Patch50: dietlibc-0.31-no-stack-protector.patch
|
||||
BuildRoot: %_tmppath/%name-%version-%release-buildroot
|
||||
%{?with_dynamic:Requires: dietlibc-lib = %version-%release}
|
||||
%{!?with_dynamic:Obsoletes: dietlibc-lib < %version-%release}
|
||||
|
|
@ -109,7 +110,7 @@ This package contains the dynamic libraries for dietlibc.
|
|||
%patch47 -p1 -b .lcctime
|
||||
%patch48 -p1 -b .implicitfunc
|
||||
%patch49 -p1 -b .noreturn
|
||||
|
||||
%patch50 -p1 -b .no-stack-protector
|
||||
|
||||
%if %{without ssp}
|
||||
%patch20 -p1 -b .nostackprotector
|
||||
|
|
@ -197,6 +198,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 1 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.31-7.20090228
|
||||
- updated to 20090228
|
||||
- updated patches
|
||||
- enabled SSP for ppc + ppc64
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-7.20081017
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue