Prevent libffi3.1 3.1 rebuild until after mass rebuild.

This commit is contained in:
Carlos O'Donell 2021-07-22 11:02:47 -04:00
parent cca0c55ee6
commit 4e7e66c01d
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ developing applications that use %{name}.
%patch5 -p1 -b .pkgconfig
%build
# Prevent rebuild within the mass rebuild.
exit 1
%configure --disable-static --includedir=%{_includedir}/libffi3.1
%make_build