Skip to content

Commit 37d063f

Browse files
committed
Build --without-libsystemd by default
Many packages fail to detect that this replacement libsystemd does not support the logging API (yet), so let's disable it by default. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 97be3da commit 37d063f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Finit], [4.13], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.14-rc1], [https://github.com/troglobit/finit/issues],
22
[finit], [https://troglobit.com/projects/finit/])
33
AC_CONFIG_AUX_DIR(aux)
44
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
@@ -171,7 +171,7 @@ AC_ARG_WITH(watchdog,
171171

172172
AC_ARG_WITH(libsystemd,
173173
AS_HELP_STRING([--with-libsystemd], [Build replacement libsystemd library, default: yes]),
174-
[with_libsystemd=$withval], [with_libsystemd=yes])
174+
[with_libsystemd=$withval], [with_libsystemd=no])
175175

176176
AC_ARG_WITH(hook-scripts-path,
177177
AS_HELP_STRING([--with-hook-scripts-path=DIR], [Base directory for hook scripts, default $libexecdir/finit/hook]),

0 commit comments

Comments
 (0)