diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5163c8c..4cb8910 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export KBUILD_BUILD_TIMESTAMP = "@$(SOURCE_DATE_EPOCH)" dh ${@} --buildsystem=meson --with python3 override_dh_auto_configure: - dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=true -Dopenssl=enabled --default-library=both + dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=enabled -Dopenssl=enabled --default-library=both execute_after_dh_auto_install: # remove empty manpages |