We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a716d commit f1c8b6eCopy full SHA for f1c8b6e
debian/rules
@@ -24,6 +24,7 @@ configure_options += --target=$(DEB_HOST_MULTIARCH)
24
configure_options += --program-suffix=$(RUBY_VERSION)
25
configure_options += --with-soname=ruby-$(RUBY_VERSION)
26
configure_options += --enable-shared
27
+configure_options += --enable-install-static-library
28
configure_options += --disable-rpath
29
configure_options += --with-baseruby=$(baseruby)
30
configure_options += --with-sitedir='/usr/local/lib/site_ruby'
0 commit comments