From: Rob Browning Date: Sat, 11 Jun 2022 17:01:27 +0000 (-0500) Subject: debian/rules: configure --with-libsystemd not --enable-libsystemd X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~116 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c999059af512e22fda32dbf545e6b93c8686f757;p=emacs.git debian/rules: configure --with-libsystemd not --enable-libsystemd The latter doesn't appear to be a supported option. --- 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