On Tue, Aug 12, 2014 at 10:15:31PM +0200, Stanislav Brabec wrote: > Mike Frysinger wrote: > > On Mon 11 Aug 2014 16:47:11 Stanislav Brabec wrote: > > > Solution 1: > > > > > > Modify make system by adding: > > > --enable-build-stage-1: Distro bootstrap stage 1: Build only code > > > without systemd and python dependencies. > > > --enable-build-stage-2: Distro bootstrap stage 2: Build code with > > > systemd dependencies (even if they are optional). Use installed > > > instances of libmount, libblkid, libsmartcols and libuuidd, do not > > > build them in-tree. > > > --enable-build-stage-3: Distro bootstrap stage 3: Build python-libmount > > > only. Use installed instance of libmount, do not build them in-tree. > > > > how is this any different from just passing --without-{udev,python} ? > > --without-systemd still builds the same set of binaries, just without > support of systemd. It does not allow to exclude lslogins, logger and > uuidd and build them later. then you need --disable-lslogins --disable-logger ..etc. If any --disable-* is missing (it's currently not defined for all utils) then we can improve configure.ac and the the new option. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html