diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-04 18:50:48 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-04 18:50:48 +0100 |
commit | db04852874c84583ae67922b82243b4482d1efa8 (patch) | |
tree | 9613fc97f1ed75a9a3d6aa75c12200dad78a15c7 /README | |
parent | 0eb0a8e2998e3a25b76f1b39b8f3e8cbe303e367 (diff) | |
download | bootstrap32-db04852874c84583ae67922b82243b4482d1efa8.tar.xz |
built iputils and gnupg for stage 3
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -203,6 +203,14 @@ su cross ./prepare_stage2_repo.sh # Also ommit most documentation building as it has heavy dependencies. +# We break cycles by making the simpler dependency vanish in the more +# complex packages: +# - libsasl without openldap +# - libgcrypt without libsecret + +# some packages are simply to hard to build: +# - libsecret: needs glib2 which is not buildable in stage3 + su cross ./prepare_stage3_repo.sh # Build stage 3 on the target architecture and install it onto the |