From beb2eca66f29c05d7a959b79c8d917ba102d1354a7c77cdc79d36fd24500d9da Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 21 Sep 2018 06:28:28 +0000 Subject: [PATCH] - Use --std=gnu99 to fix comilation of bogus C code OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=11 --- sratom.changes | 5 +++++ sratom.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sratom.changes b/sratom.changes index 0da83bf..6ad3b60 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 21 06:23:43 UTC 2018 - olaf@aepfle.de + +- Use --std=gnu99 to fix comilation of bogus C code + ------------------------------------------------------------------- Fri Aug 24 20:43:37 UTC 2018 - tchvatal@suse.com diff --git a/sratom.spec b/sratom.spec index 4e31c01..8c4d1a5 100644 --- a/sratom.spec +++ b/sratom.spec @@ -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} \