yaml and libffi sources are not bundled anymore.

https://bugs.ruby-lang.org/issues/18571
This commit is contained in:
Vít Ondruch 2023-02-09 14:22:39 +01:00
parent 9c8400d99a
commit 65acd291de

View File

@ -635,10 +635,6 @@ analysis result in RBS format, a standard type description format for Ruby
%prep %prep
%setup -q -n %{ruby_archive} %setup -q -n %{ruby_archive}
# Remove bundled libraries to be sure they are not used.
rm -rf ext/psych/yaml
rm -rf ext/fiddle/libffi*
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1