From 6109295d9fd8e0d0014dc6bf11e7393bccbd91442b27bd2334b723fb583aeb5e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 18 Feb 2021 10:02:45 +0000 Subject: [PATCH] Accepting request 873297 from home:marxin:branches:X11:common:Factory - Fix pthread dependency issue (boo#1182252). OBS-URL: https://build.opensuse.org/request/show/873297 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=136 --- icu.changes | 5 +++++ icu.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/icu.changes b/icu.changes index 2556cc7..c95eedd 100644 --- a/icu.changes +++ b/icu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 18 08:02:44 UTC 2021 - Martin Liška + +- Fix pthread dependency issue (boo#1182252). + ------------------------------------------------------------------- Fri Dec 25 21:45:13 UTC 2020 - Jan Engelhardt diff --git a/icu.spec b/icu.spec index a59eff3..a5304bc 100644 --- a/icu.spec +++ b/icu.spec @@ -1,7 +1,7 @@ # # spec file for package icu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -140,6 +140,7 @@ unzip %SOURCE3 popd %build +SUSE_ASNEEDED=0 cd source mkdir -p data/out/tmp # build procedure forgets to do this on its own export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"%_datadir/icu/%version/\\\""