From 33fa75ac3c5f2ec0d4b94a696aec7498a9bba607 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 21 Feb 2025 00:03:56 -0500 Subject: [PATCH] ruby: touch parse.c before make Reinstated from an older version of the recipe. --- dev-lang/ruby/ruby-3.2.7.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/ruby/ruby-3.2.7.recipe b/dev-lang/ruby/ruby-3.2.7.recipe index 901e2f651..2d45b4f07 100644 --- a/dev-lang/ruby/ruby-3.2.7.recipe +++ b/dev-lang/ruby/ruby-3.2.7.recipe @@ -113,6 +113,8 @@ BUILD() --with-ridir=$docDir/ri \ --with-dbm-type=gdbm_compat + touch parse.c # otherwise BASERUBY will be required + # The build process needs to run ruby, and without this it fails to find # libruby.so. export LIBRARY_PATH=$LIBRARY_PATH:%A