glibc: update to 2.11.2.

This commit is contained in:
Juan RP 2010-05-20 18:05:49 +02:00
parent ed62b0248e
commit 381ffc0ce5
4 changed files with 5 additions and 9 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
revision="2:20100511"
Add_dependency run kernel-libc-headers
Add_dependency run glibc

View file

@ -5,7 +5,6 @@ long_desc="${long_desc}
This package contains the ${sourcepkg} locale files, for non US users."
revision="2:20100511"
noarch=yes
do_install()

View file

@ -5,7 +5,6 @@ long_desc="
This package contains nscd, a daemon that provides a cache for the
most common name service requests."
revision="2:20100511"
openrc_services="nscd default false"
conf_files="/etc/nscd.conf"

View file

@ -1,7 +1,6 @@
# Template file for 'glibc'
pkgname=glibc
version=2.11.1
revision="3:20100511"
version=2.11.2
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
build_style=gnu_configure
build_wrksrc="build"
@ -10,11 +9,12 @@ configure_args="--with-tls -disable-profile --with-__thread
--enable-kernel=2.6.27 --enable-add-ons --without-gd
--without-cvs --without-selinux --libexecdir=/usr/lib
--libdir=/usr/lib --enable-stackguard-randomization
--with-headers=$XBPS_MASTERDIR/usr/include"
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install"
--with-headers=$XBPS_MASTERDIR/usr/include SHELL=/bin/bash"
make_install_target="SHELL=/bin/bash
install_root=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=64e01d0cfc964a8d8a8c74b5d36bd655e800c12d22b756dd84d867148a595fa1
checksum=c2ac76ee363eed31b2a377489fb2818139f4668b5505ad583009eb9b0e228713
long_desc="
The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system. It provides the