diff options
author | Rob Austein <sra@hactrn.net> | 2016-03-19 18:56:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-03-19 18:56:44 +0000 |
commit | 4401a9dcb957b0ac40d62199a882d54eb374ebdf (patch) | |
tree | 3d11fdf5d31518d7e319878fd65113218c13d60e /buildtools | |
parent | e45c69569306b755d7ee7977b0ea60cb095bb5fa (diff) |
Might help to get the ./configure option name right.
svn path=/branches/tk705/; revision=6318
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-skeleton/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rules b/buildtools/debian-skeleton/rules index 90d10def..8e233e08 100644 --- a/buildtools/debian-skeleton/rules +++ b/buildtools/debian-skeleton/rules @@ -8,7 +8,7 @@ export DH_VERBOSE=1 dh $@ --with python2 override_dh_auto_configure: - dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb --disable-runtime-dependencies --wsgi_daemon_mode=rpki + dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb --disable-runtime-dependencies --enable-wsgi-daemon-mode=rpki override_dh_auto_test: @true |