- Do not use the single quote "'" for *everything*. Use a proper XML
tag if applicable.
- Don't call the source directory "build" directory because we now often
create a subdirectory named "build", so calling the source directory
"build" can be puzzling.
- Update the method to use compressed patch (matching libpng
instruction).
- Explain why ninja attempts to use N+1 or N+2 logical processors.
- Now we don't run test suites w/o parallel jobs.
- Use "less" instead of "more" as "less" is actually more powerful.
- Explain -mtune=.
- -DNDEBUG is not always implied by --buildtype=release, but it's
sometimes implied.
- Alert that some "Skylake"s are actually not -march=skylake.
- For Rust, explain "-O" and "-g".
- libtool is usually internally shipped and system libtool is not used.
Or we can simply patch system libtool to stop installing .la files...
- Add a paragraph about static library. Prevent anyone from thinking
"oh I need static libraries and I'll keep those .la files".
- Mention that .la file may mistakenly include library names or paths
not valid after installation.
- Move a </literal> into the correct location.
Two entities downloads-root-systemd and patch-root were not
modified when switching to release:
- change the name of downloads-root-systemd to downloads-root since
the aim is to not have "-systemd" entities, and use "&blfs-version;"
for it
- create a patch-version entity (this one does not change for
systemd), and use it in patch-root
Update to tree-2.0.0.
Update to pango-1.50.3.
Update to qpdf-10.5.0.
Update to libportal-0.5.
Update to gtk+3 3.24.31.
Update URLs in Beyond BLFS section.
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
Unsurprisingly, ftp to ftp.uk.debian.org no longer works.
Change to http: because the https certificate is for hands.com and subdomains
firefox reports it is NOT valid for ftk.uk.debian.org.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23886 af4574ff-66df-0310-9fd7-8a98e5e911e0
Patch firefox and thunderbird for this version of rust.
Remeasure all packages which use rust -
I think I used an out of date mozconfig when I updated thunderbird.
In general, builds are slower and slightly larger, but installs are marginally smaller.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23843 af4574ff-66df-0310-9fd7-8a98e5e911e0