diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 15:35:19 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 15:35:19 +0100 |
commit | 2956293319328adb8fd21e6a85a4b95ce6667594 (patch) | |
tree | 891c53454bf53ce6524315818ab20708d33e1dee /README | |
parent | b5e66ba7bf57c8d012ce22e220c30057577ba021 (diff) | |
download | bootstrap32-2956293319328adb8fd21e6a85a4b95ce6667594.tar.xz |
building most things depending on systemd
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -210,12 +210,15 @@ su cross ./prepare_stage2_repo.sh # - ldns unbound dnssec-anchors are all in a cyrcle # - ca-certificates-mozilla needs gyp which need ninja which has # a download location only verifiable by the very same certificates :-) +# - dbus without systemd (because of a cyrcle), same goes for cryptsetup +# - glib2 without shared-mime-info # some packages are simply to hard or important to build: -# - libsecret: needs glib2 which is not buildable in stage3 # - licenses: needs links, we don't care for stage3 as they will not # go public in the end -# - dbus without systemd (because of a cyrcle), same goes for cryptsetup +# - libsecret, calls gtkdocize in autogen.sh +# - systemd-sysvcompat: should be optional, I don't see why this should +# be in base # systemd: goal is to have a libsystemd we can link against, but stage 3 # will not have a running systemd init system! |