Accepting request 637394 from multimedia:libs
- Use -std=gnu99 to fix compilation of bogus C code OBS-URL: https://build.opensuse.org/request/show/637394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sratom?expand=0&rev=12
This commit is contained in:
commit
03cefd2edc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 06:23:43 UTC 2018 - olaf@aepfle.de
|
||||
|
||||
- Use -std=gnu99 to fix compilation of bogus C code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 20:43:37 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -31,7 +31,7 @@ BuildRequires: graphviz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
BuildRequires: pkgconfig(lv2) >= 1.10.0
|
||||
BuildRequires: pkgconfig(serd-0) >= 0.23.0
|
||||
BuildRequires: pkgconfig(serd-0) >= 0.30.0
|
||||
BuildRequires: pkgconfig(sord-0) >= 0.12.0
|
||||
|
||||
%description
|
||||
@ -58,7 +58,7 @@ Development files for libsratom.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
export CFLAGS='%{optflags} -std=gnu99'
|
||||
export CXXFLAGS='%{optflags}'
|
||||
python3 ./waf configure \
|
||||
--prefix=%{_prefix} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user