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

Christian Hesse eworm at archlinux.org
Wed Aug 26 15:31:31 UTC 2020


    Date: Wednesday, August 26, 2020 @ 15:31:30
  Author: eworm
Revision: 394738

upgpkg: glibc 2.32-3: drop libcrypt.so symlink from lib32-glibc

... this is provided by lib32-libxcrypt now.

Modified:
  glibc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-26 15:11:44 UTC (rev 394737)
+++ PKGBUILD	2020-08-26 15:31:30 UTC (rev 394738)
@@ -7,7 +7,7 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.32
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.gnu.org/software/libc'
 license=(GPL LGPL)
@@ -229,4 +229,7 @@
       -not -name 'libthread_db-*.so' \
       -name '*-*.so' -type f -exec strip $STRIP_SHARED {} + 2> /dev/null || true
   fi
+
+  # Provided by lib32-libxcrypt; keep the old shared library for backwards compatibility
+  rm -f "$pkgdir"/usr/lib32/libcrypt.{a,so}
 }



More information about the arch-commits mailing list