Accepting request 725044 from graphics
- drop JPEG2000 support [bsc#1144252] - Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/725044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraw?expand=0&rev=53
This commit is contained in:
commit
86664d0a8a
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 13:01:57 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- drop JPEG2000 support [bsc#1144252]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 2 07:06:22 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use FAT LTO objects in order to provide proper static library.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 10 10:57:32 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
|
Thu Jan 10 10:57:32 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
@ -37,7 +37,6 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libjasper-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: liblcms2-devel
|
BuildRequires: liblcms2-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -107,6 +106,7 @@ against LibRaw. LibRaw does not provide dynamic libraries.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
export CXXFLAGS="%{optflags} -fPIC -DUSE_ZLIB"
|
export CXXFLAGS="%{optflags} -fPIC -DUSE_ZLIB"
|
||||||
%if %{debug_build}
|
%if %{debug_build}
|
||||||
export CXXFLAGS="$CXXFLAGS -O0"
|
export CXXFLAGS="$CXXFLAGS -O0"
|
||||||
|
Loading…
Reference in New Issue
Block a user