diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f33046b..69cab88 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,8 @@ CFLAGS += -fPIC # Note: No cli here so that the pbuilder stuff works clean: - dh_clean dh_autoreconf_clean + dh_clean override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |