From 3652e080ec5ba989e35ea6df361da957b215e6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 27 Jul 2024 15:33:09 +0300 Subject: [PATCH] name='icu' version='75.1' release='6' --- icu/alr.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/icu/alr.sh b/icu/alr.sh index e52b46a..c05144a 100644 --- a/icu/alr.sh +++ b/icu/alr.sh @@ -1,6 +1,6 @@ name='icu' version='75.1' -release='5' +release='6' desc='International Components for Unicode library.' homepage='https://icu.unicode.org' maintainer="Евгений Храмов " @@ -34,9 +34,11 @@ prepare() { build() { cd icu/source ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --sbindir=/usr/bin + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --sbindir=/usr/bin \ + --enable-static \ + --enable-shared make -j$(($(nproc) - 1)) }