Accepting request 862563 from graphics
- Fix setting of FLOATTEST (forwarded request 862263 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/862563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=55
This commit is contained in:
commit
d345a60182
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 10:58:07 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Fix setting of FLOATTEST
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 28 15:39:18 UTC 2020 - pgajdos@suse.com
|
Mon Dec 28 15:39:18 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libjpeg-turbo
|
# spec file for package libjpeg-turbo
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -118,8 +118,8 @@ MYCFLAGS="$MYCFLAGS -O0 -g"
|
|||||||
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
|
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
|
||||||
-DENABLE_STATIC=OFF \
|
-DENABLE_STATIC=OFF \
|
||||||
-DWITH_JPEG8=ON \
|
-DWITH_JPEG8=ON \
|
||||||
%ifarch ppc
|
%ifarch s390x riscv64
|
||||||
-DFLOATTEST=64bit \
|
-DFLOATTEST=fp-contract \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libjpeg62-turbo
|
# spec file for package libjpeg62-turbo
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -78,8 +78,8 @@ files using the libjpeg library.
|
|||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%cmake \
|
%cmake \
|
||||||
-DENABLE_STATIC=OFF \
|
-DENABLE_STATIC=OFF \
|
||||||
%ifarch ppc
|
%ifarch s390x riscv64
|
||||||
-DFLOATTEST=64bit \
|
-DFLOATTEST=fp-contract \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user