From 6801bca0b045fe4960d9d95320e4846c1b79826d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Dec 2012 10:05:12 +0100 Subject: [PATCH] chroot-glibc: update to 2.17. --- srcpkgs/chroot-glibc/template | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/srcpkgs/chroot-glibc/template b/srcpkgs/chroot-glibc/template index 37e3573c8d2..fd363758a68 100644 --- a/srcpkgs/chroot-glibc/template +++ b/srcpkgs/chroot-glibc/template @@ -1,21 +1,15 @@ # Template file for 'chroot-glibc' pkgname=chroot-glibc -_majorver=2.16 -version=${_majorver}.0 +_majorver=2.17 +version=${_majorver} wrksrc="glibc-${version}" -revision=5 +revision=1 short_desc="The GNU C library -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/libc" license="GPL-2, LGPL-2.1, BSD" distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.xz" -checksum=1edc36aa2a6cb7127971fce8e02eecffe9c7956297ad3ef10dd4c09f486d5924 -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 - system API for all programs written in C and C-compatible languages such - as C++ and Objective C; the runtime facilities of other programming - languages use the C library to access the underlying operating system." +checksum=6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e noverifyrdeps=yes bootstrap=yes @@ -23,8 +17,7 @@ bootstrap=yes nostrip_files=" ld-${_majorver}.so libc-${_majorver}.so - libpthread-${_majorver}.solibthread_db-1.0.so -" + libpthread-${_majorver}.solibthread_db-1.0.so" provides="glibc-${version} glibc-devel-${version}" conflicts="glibc>=0 glibc-devel>=0" @@ -45,9 +38,9 @@ do_configure() { fi SHELL=/bin/bash ../configure \ - ${CONFIGURE_SHARED_ARGS} --with-tls \ + ${CONFIGURE_SHARED_ARGS} \ --enable-add-ons=nptl,libidn --enable-obsolete-rpc \ - --enable-multi-arch --with-__thread \ + --enable-multi-arch \ --enable-bind-now --enable-kernel=2.6.27 \ --enable-stack-guard-randomization --disable-profile \ --without-cvs --without-gd --libexecdir=/usr/lib \