diff options
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 |
