aboutsummaryrefslogtreecommitdiff
path: root/extra/ruby
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-06 13:45:18 +0300
committerCem Keylan <cem@ckyln.com>2020-09-06 13:45:18 +0300
commitdce9dd23e048df441c1ac4388531390b047342af (patch)
tree2eef1977ae827f29c8c3c4f291afe7827cef9ce3 /extra/ruby
parentd749cbcb3f601a0b7c7adc2d240c0eaeca1afd66 (diff)
downloadrepository-dce9dd23e048df441c1ac4388531390b047342af.tar.gz
ruby: build static libraries
Diffstat (limited to 'extra/ruby')
-rwxr-xr-xextra/ruby/build1
-rw-r--r--extra/ruby/version2
2 files changed, 2 insertions, 1 deletions
diff --git a/extra/ruby/build b/extra/ruby/build
index 276e5c24..39bf9881 100755
--- a/extra/ruby/build
+++ b/extra/ruby/build
@@ -3,6 +3,7 @@
./configure \
--prefix=/usr \
--enable-shared \
+ --enable-static \
--disable-rpath
make
diff --git a/extra/ruby/version b/extra/ruby/version
index 25ae080e..ca39cb16 100644
--- a/extra/ruby/version
+++ b/extra/ruby/version
@@ -1 +1 @@
-2.7.1 2
+2.7.1 3