diff options
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e885393..460413e 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ 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) touch configure-stamp |