Remove bundled libyaml to be sure it is not used.
This commit is contained in:
parent
304def6856
commit
f9ae9cbc98
1 changed files with 3 additions and 0 deletions
|
|
@ -390,6 +390,9 @@ Tcl/Tk interface for the object-oriented scripting language Ruby.
|
|||
%prep
|
||||
%setup -q -n %{ruby_archive}
|
||||
|
||||
# Remove bundled libyaml to be sure it is not used.
|
||||
rm -rf ext/psych/yaml
|
||||
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue