From db7d205c818be6b406f2626a9ad8e03bee455c49 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Oct 2022 08:21:50 +0200 Subject: community/ruby-psych: rebuilding against ruby with patching for finding shared libraries --- community/ruby-psych/PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'community') diff --git a/community/ruby-psych/PKGBUILD b/community/ruby-psych/PKGBUILD index 249c5152..472071e2 100644 --- a/community/ruby-psych/PKGBUILD +++ b/community/ruby-psych/PKGBUILD @@ -1,12 +1,16 @@ -# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr -# and depend on 'ruby' -makedepends=(ruby-bootstrap ruby-rake-compiler-bootstrap) - -# install to final destination in /usr and not into /opt/ruby-xxx +# bootstrapped packages in first step from /opt/ruby- contain +# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have +# wrong architecture strings in native library code +eval "$( + declare -f build | \ + sed ' + 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux + ' +)" eval "$( declare -f package | \ sed ' - s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g + 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux ' )" -- cgit v1.2.3-54-g00ecf