From a3e0f95eed86dc6791317d41851263ff7d638b9a Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 21 Nov 2022 16:33:28 +0000 Subject: [PATCH] Remove --with-systemd to be compatible with latest debhelper. --- files_for_build/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files_for_build/rules b/files_for_build/rules index b0a73b6..7a07e35 100755 --- a/files_for_build/rules +++ b/files_for_build/rules @@ -6,7 +6,7 @@ export DH_VERBOSE=1 export DEB_CFLAGS_MAINT_APPEND= -Wno-error=format-security %: - dh $@ --with systemd + dh $@ override_dh_auto_configure: autoreconf -ivf ./configure --prefix=/openils --sysconfdir=/openils/conf --with-websockets-port=443 -- 2.11.0