diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-06 13:45:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-06 13:45:18 +0300 |
commit | dce9dd23e048df441c1ac4388531390b047342af (patch) | |
tree | 2eef1977ae827f29c8c3c4f291afe7827cef9ce3 /extra/ruby | |
parent | d749cbcb3f601a0b7c7adc2d240c0eaeca1afd66 (diff) | |
download | repository-dce9dd23e048df441c1ac4388531390b047342af.tar.gz |
ruby: build static libraries
Diffstat (limited to 'extra/ruby')
-rwxr-xr-x | extra/ruby/build | 1 | ||||
-rw-r--r-- | extra/ruby/version | 2 |
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 |