debian/rules: configure --with-libsystemd not --enable-libsystemd
authorRob Browning <rlb@defaultvalue.org>
Sat, 11 Jun 2022 17:01:27 +0000 (12:01 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 11 Jun 2022 22:13:55 +0000 (17:13 -0500)
The latter doesn't appear to be a supported option.

debian/rules

index 305cda2fff927bf055923bd2f35182988d59f646..b6f5458c9031bcfc4d3fc4134b9ad8fc0ef4735a 100755 (executable)
@@ -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