Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-09 14:47:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-09 14:47:26 +0200
commit2458bc4a3c03eb574e963515111c2de7f6c23038 (patch)
tree32a1df73971bf4acb090a2c6cf75bba61f0d1376 /community
parent50ee2e401da867c9c50d9210cb711c564a155ce8 (diff)
community/ruby-rexml: rebuilding
Diffstat (limited to 'community')
-rw-r--r--community/ruby-rexml/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/ruby-rexml/PKGBUILD b/community/ruby-rexml/PKGBUILD
new file mode 100644
index 00000000..472071e2
--- /dev/null
+++ b/community/ruby-rexml/PKGBUILD
@@ -0,0 +1,17 @@
+# 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 '
+ 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux
+ '
+)"
+
+unset check