diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-05 16:32:44 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-05 16:32:44 +0000 |
| commit | f1b3f9359bee294117176574651e605794534e8a (patch) | |
| tree | 9379ab7eddd97210886cc4cc80d40e9118a9d86d /debian | |
| parent | e2bf6497bc8d26058ee0428f4f60bd5f6f1cc2f3 (diff) | |
--enable-online-unit-tests=auto
detect whether or not online unit tests can be executed
--enable-online-unit-tests=no
is now the default
added --disable-https
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 460413e..f58f1c7 100755 --- a/debian/rules +++ b/debian/rules @@ -28,8 +28,8 @@ configure-stamp: dh_testdir autoreconf -v -i - # to be replaced by 'dh_auto_configure' only when compat=9 - dh_auto_configure -- $(shell dpkg-buildflags --export=configure) + # note: dpkg-buildflags to be removed when compat=9 + dh_auto_configure -- --enable-online-unit-tests=auto $(shell dpkg-buildflags --export=configure) touch configure-stamp |
