auto-import changelog data from glibc-2.1.95-1.src.rpm
Mon Oct 16 2000 Jakub Jelinek <jakub@redhat.com> - build from CVS archive
This commit is contained in:
parent
1ced64dde7
commit
ab184636b8
@ -1 +1 @@
|
|||||||
glibc-2.1.93.tar.gz
|
glibc-2.1.95.tar.gz
|
||||||
|
10
glibc.spec
10
glibc.spec
@ -1,8 +1,8 @@
|
|||||||
%define linux24 0
|
%define linux24 0
|
||||||
%define glibcrelease 2
|
%define glibcrelease 1
|
||||||
Summary: The GNU libc libraries.
|
Summary: The GNU libc libraries.
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.1.93
|
Version: 2.1.95
|
||||||
%if %{linux24}
|
%if %{linux24}
|
||||||
Release: %{glibcrelease}.2.4
|
Release: %{glibcrelease}.2.4
|
||||||
%else
|
%else
|
||||||
@ -38,8 +38,8 @@ Conflicts: kernel < 2.4.0
|
|||||||
%define enablekernel 2.4.0
|
%define enablekernel 2.4.0
|
||||||
%else
|
%else
|
||||||
%ifarch sparc64
|
%ifarch sparc64
|
||||||
Conflicts: kernel < 2.3.40
|
Conflicts: kernel < 2.4.0
|
||||||
%define enablekernel 2.3.40
|
%define enablekernel 2.4.0
|
||||||
%else
|
%else
|
||||||
%define enablekernel 2.2.5
|
%define enablekernel 2.2.5
|
||||||
%endif
|
%endif
|
||||||
@ -170,7 +170,7 @@ else
|
|||||||
numprocs=1
|
numprocs=1
|
||||||
fi
|
fi
|
||||||
make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
|
make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
|
||||||
gcc -Os ../redhat/glibc_post_upgrade.c -o glibc_post_upgrade
|
gcc -static -Os ../redhat/glibc_post_upgrade.c -o glibc_post_upgrade
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user