diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-01-16 13:26:15 +0100 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-01-16 13:26:15 +0100 |
commit | 358ed3cd80e0e1c9f2e70b2ce8917c0b51688e85 (patch) | |
tree | de268bb414f05426c17595181673e62821a5b84c | |
parent | 9707b7ba3292f1a4f5af55d11f2fea4252b22627 (diff) |
Add libsframe.so.0.0.0 to list of online-libs (used by strip itself)
-rw-r--r-- | chapter08/stripping.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml index eaabab5b7..a877ddb95 100644 --- a/chapter08/stripping.xml +++ b/chapter08/stripping.xml @@ -76,6 +76,7 @@ done online_usrbin="bash find strip" online_usrlib="libbfd-&binutils-version;.so + libsframe.so.0.0.0 libhistory.so.&readline-soversion; libncursesw.so.&ncurses-version; libm.so.6 |