[systemd-devel] [PATCH] Allow configuring without systemd-only dependencies

Bryan Kadzban bryan at kadzban.is-a-geek.net
Sat Jun 9 00:01:17 PDT 2012


William Hubbs wrote:
> On Thu, Jun 07, 2012 at 11:35:00PM -0700, Bryan Kadzban wrote:
>> Some dependencies (intltool, m4, dbus, pkg-config, PAM) are only
>> required or useful for systemd, not for udev.  Leave these required by
>> default, but allow them to be made optional if the right flag is used to
>> ./configure.
> 
> How about using --disable-systemd to take out these dependencies instead
> of adding another switch?

Well, this is the minimum to let us (LFS) at least get a build process
together to upgrade from udev-182.  systemd as-is has too many build
dependencies for us to use it the way it is today.  I figured I'd see
what upstream thought about just doing the minimum we need first.  (We
can override variables at make time to build just the udev binary and
helpers.)

But if a --disable-systemd switch ends up getting committed, sure,
that'd work too.


More information about the systemd-devel mailing list