chroot-glibc: update to 2.17.
This commit is contained in:
parent
23447e23f8
commit
6801bca0b0
1 changed files with 7 additions and 14 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue