1
0

Accepting request 767980 from home:Andreas_Schwab:Factory

- Don't disable openmp with qemu, the emulation works now

OBS-URL: https://build.opensuse.org/request/show/767980
OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=163
This commit is contained in:
Christian Vögl 2020-01-28 13:21:40 +00:00 committed by Git OBS Bridge
parent 7d127d7f53
commit 4571c821d1
6 changed files with 15 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-csharp
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-java
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Don't disable openmp with qemu, the emulation works now
-------------------------------------------------------------------
Wed Jan 15 08:35:10 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-runtime
# spec file for package gettext-runtime-mini
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -167,9 +167,6 @@ This package provides headers and static libraries for libtextstyle
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
export LDFLAGS="-lm"
%if 0%{?qemu_user_space_build:1}
OPTS="--disable-openmp"
%endif
%configure --disable-static $OPTS
%if %{with mini}
# Link statically to libtextstyle from libgettextlib.so

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Don't disable openmp with qemu, the emulation works now
-------------------------------------------------------------------
Wed Jan 15 08:35:10 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-runtime
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -167,9 +167,6 @@ This package provides headers and static libraries for libtextstyle
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
export LDFLAGS="-lm"
%if 0%{?qemu_user_space_build:1}
OPTS="--disable-openmp"
%endif
%configure --disable-static $OPTS
%if %{with mini}
# Link statically to libtextstyle from libgettextlib.so