From c999059af512e22fda32dbf545e6b93c8686f757 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 11 Jun 2022 12:01:27 -0500 Subject: [PATCH] debian/rules: configure --with-libsystemd not --enable-libsystemd The latter doesn't appear to be a supported option. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 305cda2fff9..b6f5458c903 100755 --- a/debian/rules +++ b/debian/rules @@ -267,7 +267,7 @@ confflags += --libexecdir=/usr/lib confflags += --localstatedir=/var/lib confflags += --infodir=/usr/share/info confflags += --mandir=/usr/share/man -confflags += --enable-libsystemd +confflags += --with-libsystemd confflags += --with-pop=yes confflags += --enable-locallisppath=$(local_lpath) confflags += --with-sound=alsa -- 2.30.2