- Use --std=gnu99 to fix comilation of bogus C code
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/serd?expand=0&rev=17
This commit is contained in:
parent
e34f28da1d
commit
c03b93e350
@ -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 13:57:57 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -64,7 +64,7 @@ Development files for libserd.
|
||||
for i in `grep -rl "%{_bindir}/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
export CFLAGS='%{optflags} --std=gnu99'
|
||||
export CXXFLAGS='%{optflags}'
|
||||
./waf configure \
|
||||
--prefix=%{_prefix} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user