- Use gcc7 in SLE_12
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dirac?expand=0&rev=37
This commit is contained in:
parent
e4dc32892a
commit
291fd8a4dc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 17:31:33 UTC 2019 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Use gcc7 in SLE_12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 4 10:27:05 UTC 2017 - tchvatal@suse.com
|
Tue Jul 4 10:27:05 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
12
dirac.spec
12
dirac.spec
@ -27,8 +27,12 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
|
|||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch
|
Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch
|
||||||
Patch1: %{name}-%{version}-gcc45.patch
|
Patch1: %{name}-%{version}-gcc45.patch
|
||||||
BuildRequires: fdupes
|
%if 0%{?suse_version} > 1315
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: gcc7-c++
|
||||||
|
%endif
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cppunit)
|
BuildRequires: pkgconfig(cppunit)
|
||||||
@ -105,6 +109,12 @@ prediction structures, which must otherwise be set by hand.
|
|||||||
sed -i 's/-Werror//' configure.ac
|
sed -i 's/-Werror//' configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
test -x "$(type -p gcc)" && export CC=$_
|
||||||
|
test -x "$(type -p g++)" && export CXX=$_
|
||||||
|
test -x "$(type -p gcc-7)" && export CC=$_
|
||||||
|
test -x "$(type -p g++-7)" && export CXX=$_
|
||||||
|
test -x "$(type -p gcc-8)" && export CC=$_
|
||||||
|
test -x "$(type -p g++-8)" && export CXX=$_
|
||||||
ACLOCAL="aclocal -I m4" autoreconf -fvi
|
ACLOCAL="aclocal -I m4" autoreconf -fvi
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
Loading…
Reference in New Issue
Block a user