Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support
diff options
context:
space:
mode:
Diffstat (limited to 'build-support')
-rw-r--r--build-support/ruby-bootstrap/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-support/ruby-bootstrap/PKGBUILD b/build-support/ruby-bootstrap/PKGBUILD
index f9ade2d7..560b552a 100644
--- a/build-support/ruby-bootstrap/PKGBUILD
+++ b/build-support/ruby-bootstrap/PKGBUILD
@@ -25,6 +25,7 @@ build() {
./configure \
--prefix=/opt/${pkgname}-${pkgver} \
--enable-shared \
+ --enable-rpath \
--with-dbm-type=gdbm_compat
make