diff options
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c636ff47..075391ff 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,7 @@ dl = $(d)/local %: dh $@ + # avoid libaudit-dev when bootstrapping ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES))) CONFIGURE_OPTS += --disable-audit |