diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-09 16:24:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-09 16:24:40 +0100 |
commit | 9d8946a6ecfc19d01d8da12f20572bbfc556977f (patch) | |
tree | 74e1a5ced3c6da0dd7b3d9136227c842cf664ad1 /README | |
parent | b65446e7266cca71d3505637da9191a1dd169e14 (diff) | |
download | bootstrap32-9d8946a6ecfc19d01d8da12f20572bbfc556977f.tar.xz |
added python3 and python2 in stage 3 (no modules yet)
on the way to build meson for systemd
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -208,6 +208,8 @@ su cross ./prepare_stage2_repo.sh # - libsasl without openldap # - libgcrypt without libsecret # - 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 :-) # some packages are simply to hard or important to build: # - libsecret: needs glib2 which is not buildable in stage3 |