From 057f0aec0dcebb1547153ce3f86fdf4f16eb9071 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 Feb 2025 18:27:59 +0300 Subject: [PATCH] xfsprogs --- hardware/disk/xfsprogs/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/disk/xfsprogs/actions.py b/hardware/disk/xfsprogs/actions.py index 62a4376677..83e3720571 100644 --- a/hardware/disk/xfsprogs/actions.py +++ b/hardware/disk/xfsprogs/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): + shelltools.system("sed -r -i 's/\$\(LIBICU_LIBS\)/\0 -licuuc/' scrub/Makefile") shelltools.export("OPTIMIZER", "%s" % get.CFLAGS()) shelltools.export("DEBUG", "-DNDEBUG")