Update spec adding -Wimplicit-fallthrough=0 to avoid compiling error
This commit is contained in:
parent
5316d66db6
commit
7af0110095
@ -36,7 +36,7 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=/usr --disable-static --disable-silent-rules
|
%configure --prefix=/usr --disable-static --disable-silent-rules
|
||||||
%make_build
|
%make_build -Wimplicit-fallthrough=0
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user