typo
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=13
This commit is contained in:
parent
3c7f822734
commit
4f561e3f94
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 06:23:43 UTC 2018 - olaf@aepfle.de
|
||||
|
||||
- Use --std=gnu99 to fix compilation of bogus C code
|
||||
- Use -std=gnu99 to fix compilation of bogus C code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 20:43:37 UTC 2018 - tchvatal@suse.com
|
||||
|
@ -58,7 +58,7 @@ Development files for libsratom.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags} --std=gnu99'
|
||||
export CFLAGS='%{optflags} -std=gnu99'
|
||||
export CXXFLAGS='%{optflags}'
|
||||
python3 ./waf configure \
|
||||
--prefix=%{_prefix} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user