disable -Werror until deprecated GTK API is not removed
This commit is contained in:
parent
353b15e1bc
commit
d00ec1e4c6
@ -229,7 +229,9 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system.
|
||||
|
||||
%build
|
||||
autoconf
|
||||
CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules
|
||||
# Commented because of deprecated GTK API
|
||||
#CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules
|
||||
CFLAGS="%{optflags}" %configure --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user