auto-import glibc-2.3.3-66 on branch devel from glibc-2.3.3-66.src.rpm
This commit is contained in:
parent
3611d17ac6
commit
a0d8ce000e
@ -1,2 +1,2 @@
|
||||
glibc-20041005T0745.tar.bz2
|
||||
glibc-fedora-20041005T0745.tar.bz2
|
||||
glibc-20041006T0900.tar.bz2
|
||||
glibc-fedora-20041006T0900.tar.bz2
|
||||
|
File diff suppressed because it is too large
Load Diff
17
glibc.spec
17
glibc.spec
@ -1,6 +1,6 @@
|
||||
%define glibcdate 20041005T0745
|
||||
%define glibcdate 20041006T0900
|
||||
%define glibcversion 2.3.3
|
||||
%define glibcrelease 65
|
||||
%define glibcrelease 66
|
||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||
%define prelinkarches noarch
|
||||
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
||||
@ -35,6 +35,7 @@ Prereq: basesystem, libgcc
|
||||
# This is for building auxiliary programs like memusage, nscd
|
||||
# For initial glibc bootstraps it can be commented out
|
||||
BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
|
||||
BuildPreReq: sed >= 3.95
|
||||
%ifarch %{prelinkarches}
|
||||
BuildPreReq: prelink >= 0.2.0-5
|
||||
%endif
|
||||
@ -480,7 +481,7 @@ GCC="gcc -m64"
|
||||
# If gcc supports __thread, test it even in --with-tls --without-__thread
|
||||
# builds.
|
||||
if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
|
||||
perl -pi -e 's/0 \|\|/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
|
||||
sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
|
||||
fi
|
||||
|
||||
BuildFlags="$BuildFlags -DNDEBUG=1"
|
||||
@ -924,8 +925,7 @@ ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
|
||||
%endif
|
||||
|
||||
# Increase timeouts
|
||||
perl -pi -e 's/alarm \(TIMEOUT\)/alarm (TIMEOUT * 15 * '$numprocs' < 600 ? TIMEOUT * 15 * '$numprocs' : 600)/' \
|
||||
test-skeleton.c
|
||||
export TIMEOUTFACTOR=16
|
||||
echo ====================TESTING=========================
|
||||
cd build-%{_target_cpu}-linux
|
||||
make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
|
||||
@ -1241,6 +1241,13 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
|
||||
- update from CVS
|
||||
- avoid using perl in the spec file, buildrequire sed >= 3.95
|
||||
(#127671)
|
||||
- export TIMEOUTFACTOR=16
|
||||
- fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
|
||||
|
||||
* Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
|
||||
- update from CVS
|
||||
- define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
|
||||
|
Loading…
Reference in New Issue
Block a user