glibc: updated to 2.5 (from jw's repo)

This commit is contained in:
Simone Rota 2006-11-20 12:05:48 +00:00
parent a346fc32ba
commit 3457bbc8c4
3 changed files with 215 additions and 736 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
bfdce99f82d6dbcb64b7f11c05d6bc96 glibc-2.3.6.tar.bz2
a73c5509305b6921d173fc050ed7b857 glibc-2.5.tar.gz
96156bec8e05de67384dc93e72bdc313 host.conf
fbbc215a9b15ba4846f326cc88108057 hosts
03e00becec24116554777795135450e1 kernel-headers-2.6.14-1.tar.bz2
9e839992ad502a467b20fbe9183901d9 kernel-headers-2.6.18.tar.bz2
6379f71bfa744bbfc2a67548c44986dd ld.so.conf
75931315bf9bc9be15a5e25e4ddd5f0d nsswitch.conf
acf9daad1ee85de5efd3543965596a63 resolv.conf

View File

@ -1,18 +1,19 @@
# Description: The C library used in the GNU system
# URL: http://www.gnu.org/software/libc/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Maintainer: Johannes Winkelmann, jw at smts dot ch
name=glibc
version=2.3.6
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
http://crux.nu/files/dist/kernel-headers-2.6.14-1.tar.bz2 \
version=2.5
release=1
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.gz
http://crux.nu/files/dist/kernel-headers-2.6.18.tar.bz2
hosts resolv.conf nsswitch.conf host.conf ld.so.conf)
build() {
mkdir -p $PKG/usr/include
cp -r kernel-headers/{linux,asm-generic} $PKG/usr/include
cp -r kernel-headers/asm-i386 $PKG/usr/include/asm
# install build kernel headers
mkdir $PKG/usr/
cp -r kernel-headers-2.6.18/include $PKG/usr
chown root:root $PKG/usr
mkdir build
cd build