Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xfsprogs


Commits:
42f6f9dd by Andreas Radke at 2025-02-06T17:00:02+01:00
upgpkg: 6.12.0-2; icu 76 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfsprogs
        pkgdesc = XFS filesystem utilities
        pkgver = 6.12.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://xfs.wiki.kernel.org
        arch = x86_64
        license = GPL-2.0-only


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=xfsprogs
 pkgver=6.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
 license=(
@@ -38,6 +38,12 @@ validpgpkeys=(
 build() {
   cd ${pkgname}-dev
   make configure
+
+  # Inject libicuuc to fix link error:
+  # /usr/bin/ld: /tmp/ccRHx17I.ltrans1.ltrans.o: undefined reference to symbol 
'uiter_setString_76'
+  # /usr/bin/ld: /usr/lib64/libicuuc.so.76: error adding symbols: DSO missing 
from command line
+  sed -r -i 's/\$\(LIBICU_LIBS\)/\0 -licuuc/' scrub/Makefile
+
   # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
   # However, we have to provide an empty value to avoid default
   # flags.



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/42f6f9dd472017b28f6719d47d1c557f9615449c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/42f6f9dd472017b28f6719d47d1c557f9615449c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to