Skip to content

Commit 0a47a24

Browse files
committed
1 parent 4b9b60e commit 0a47a24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ configure_options += --disable-rpath
2929
configure_options += --with-baseruby=$(baseruby)
3030
configure_options += --with-sitedir='/usr/local/lib/site_ruby'
3131
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
3235

3336
# the following are ignored by ./configure, but used by some extconf.rb scripts
3437
configure_options += --enable-ipv6

0 commit comments

Comments
 (0)