diff options
author | Juan RP <xtraeme@gmail.com> | 2014-09-08 14:55:39 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-09-08 14:55:39 +0000 |
commit | cd5c32ef814524f987f69179be79e3ec9fda71c1 (patch) | |
tree | df4ff41e439a524867453e15f342cf5aee62bdad /srcpkgs/glibc/template | |
parent | fc2ad302d34758e0af074b67c8d7f2f2c4af8dd8 (diff) | |
download | void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.tar void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.tar.gz void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.tar.bz2 void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.tar.lz void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.tar.xz void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.tar.zst void-packages-cd5c32ef814524f987f69179be79e3ec9fda71c1.zip |
glibc: update to 2.20.
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/glibc/template | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 8ae971fa29f..681e181a806 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -1,14 +1,14 @@ # Template file for 'glibc' pkgname=glibc -version=2.19 -revision=7 +version=2.20 +revision=1 bootstrap=yes short_desc="The GNU C library" 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=2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2 +checksum=f84b6d42aecc288d593c397b0a3d02260a33ee686bce0c634eb9b32798f36ba5 # Do not strip these files, objcopy errors out. nostrip_files=" XBS5_ILP32_OFFBIG @@ -72,22 +72,20 @@ do_configure() { SHELL=/bin/bash ../configure ${configure_args} \ --bindir=/usr/bin --sbindir=/usr/sbin \ --libdir=${_libdir} --libexecdir=${_libdir} \ - --enable-add-ons=ports,nptl,libidn --enable-obsolete-rpc \ + --enable-add-ons=libidn --enable-obsolete-rpc \ --enable-multi-arch --enable-bind-now \ - --disable-profile --enable-kernel=2.6.27 \ + --disable-profile --enable-kernel=2.6.32 \ --enable-stack-guard-randomization \ - --without-selinux --without-cvs --without-gd + --without-selinux --without-cvs --without-gd \ + libc_cv_rootsbindir=/usr/sbin \ + libc_cv_rtlddir=${_libdir} libc_cv_slibdir=${_libdir} } do_build() { cd build make ${makejobs} } - do_install() { - vmkdir usr/lib - ln -s lib ${DESTDIR}/usr/lib32 - # Create DESTDIR/etc/ld.so.conf mkdir -p ${DESTDIR}/etc echo "include /etc/ld.so.conf.d/*.conf" > ${DESTDIR}/etc/ld.so.conf @@ -124,8 +122,6 @@ do_install() { esac vinstall ${wrksrc}/posix/gai.conf 644 etc - - rm -rf ${DESTDIR}/usr/lib32 rm -rf ${DESTDIR}/var/db } @@ -141,7 +137,6 @@ glibc-devel_package() { vmove usr/share/info } } - glibc-locales_package() { noarch=yes conf_files="/etc/default/libc-locales" @@ -152,7 +147,6 @@ glibc-locales_package() { vmove usr/share/locale } } - nscd_package() { conf_files="/etc/nscd.conf" short_desc+=" - Name Service Cache Daemon" |