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

Jan Steffens heftig at nymeria.archlinux.org
Mon Oct 21 15:05:26 UTC 2013


    Date: Monday, October 21, 2013 @ 17:05:26
  Author: heftig
Revision: 98948

more staticlibs

Modified:
  lib32-glibc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 15:00:15 UTC (rev 98947)
+++ PKGBUILD	2013-10-21 15:05:26 UTC (rev 98948)
@@ -9,7 +9,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.18
-pkgrel=6
+pkgrel=8
 pkgdesc="GNU C Library for multilib"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc"
@@ -136,7 +136,8 @@
 
   # remove the static libraries that have a shared counterpart
   cd $pkgdir/usr/lib32
-  rm lib{anl,BrokenLocale,c,crypt,dl,m,nsl,pthread,resolv,rt,util}.a
+  # note: keep libc, libdl, libm, libpthread for binutils testsuite
+  rm lib{anl,BrokenLocale,crypt,nsl,resolv,rt,util}.a
 
   # Do not strip the following files for improved debugging support
   # ("improved" as in not breaking gdb and valgrind...):




More information about the arch-commits mailing list