diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-26 19:34:27 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-26 19:34:27 +0800 |
commit | de28837402798daa420ad065fb9155d308a7767e (patch) | |
tree | aa403eb428916f92fa6d46310b589dbdb0738677 /chapter01 | |
parent | ff96923bf37ce4beed6b4d0146c454c7df6da95f (diff) |
Hopefully, complete strip workaround
In stripping, /usr/bin/bash, /usr/bin/find, and /usr/bin/strip are
running. Strip them, and all libraries used by them in /tmp, then
install them back.
We can't use this for all libraries or binaries: the process above
discouples hard links (for example /usr/bin/perl and perl5.34.0). So
unfortunately the stripping instruction is now a stupidly long bash
script...
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 487b9e01d..8a3807262 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,6 +47,15 @@ <para>2021-07-25</para> <itemizedlist> <listitem> + <para>[xry111] - (Hopefully) complete stripping workaround.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2021-07-25</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Add workaround to strip libraries correctly.</para> </listitem> |