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 4b9b60e commit 0a47a24Copy full SHA for 0a47a24
debian/rules
@@ -29,6 +29,9 @@ configure_options += --disable-rpath
29
configure_options += --with-baseruby=$(baseruby)
30
configure_options += --with-sitedir='/usr/local/lib/site_ruby'
31
configure_options += --with-sitearchdir="/usr/local/lib/$(DEB_HOST_MULTIARCH)/site_ruby"
32
+configure_options += --runstatedir=/var/run
33
+configure_options += --localstatedir=/var
34
+configure_options += --sysconfdir=/etc
35
36
# the following are ignored by ./configure, but used by some extconf.rb scripts
37
configure_options += --enable-ipv6
0 commit comments