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
This commit is contained in:
parent
9b34275fb7
commit
6109295d9f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:02:44 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Fix pthread dependency issue (boo#1182252).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 25 21:45:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Dec 25 21:45:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
3
icu.spec
3
icu.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package icu
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -140,6 +140,7 @@ unzip %SOURCE3
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
SUSE_ASNEEDED=0
|
||||||
cd source
|
cd source
|
||||||
mkdir -p data/out/tmp # build procedure forgets to do this on its own
|
mkdir -p data/out/tmp # build procedure forgets to do this on its own
|
||||||
export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"%_datadir/icu/%version/\\\""
|
export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"%_datadir/icu/%version/\\\""
|
||||||
|
Loading…
Reference in New Issue
Block a user