[arch-commits] Commit in lib32-glibc/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Tue Jan 22 22:21:09 UTC 2013


    Date: Tuesday, January 22, 2013 @ 23:21:08
  Author: heftig
Revision: 82674

2.17-2

Modified:
  lib32-glibc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-22 21:52:56 UTC (rev 82673)
+++ PKGBUILD	2013-01-22 22:21:08 UTC (rev 82674)
@@ -9,7 +9,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.17
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU C Library for multilib"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc"
@@ -17,16 +17,18 @@
 makedepends=('gcc-multilib>=4.7')
 options=('!strip' '!emptydirs')
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+        glibc-2.17-sync-with-linux37.patch
         lib32-glibc.conf)
 md5sums=('87bf675c8ee523ebda4803e8e1cec638'
          '6db4d1661cf34282755dc90330465f6d'
+         'fb99380d94598cc76d793deebf630022'
          '6e052f1cb693d5d3203f50f9d4e8c33b')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
-  # ldconfig does not need to look in /usr/lib64 or /usr/libx32 on Arch Linux
-  sed -i "s#add_system_dir#do_not_add_system_dir#" sysdeps/unix/sysv/linux/x86_64/dl-cache.h
+  # combination of upstream commits 318cd0b, b540704 and fc1abbe
+  patch -p1 -i ${srcdir}/glibc-2.17-sync-with-linux37.patch
 
   cd ${srcdir}
   mkdir glibc-build
@@ -49,6 +51,7 @@
   ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
       --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
       --with-headers=/usr/include \
+      --with-bugurl=https://bugs.archlinux.org/ \
       --enable-add-ons=nptl,libidn \
       --enable-obsolete-rpc \
       --enable-kernel=2.6.32 \




More information about the arch-commits mailing list