mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
This commit is contained in:
commit
c9d3c70c4c
@ -43,6 +43,16 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2021-07-27</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[xry111] - Use workaround for Glibc NSS modules during
|
||||||
|
stripping, to prevent bash from crash.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2021-07-26</para>
|
<para>2021-07-26</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -62,7 +62,8 @@ online_usrbin="bash find strip"
|
|||||||
online_usrlib="libbfd-&binutils-version;.so libdl-&glibc-version;.so
|
online_usrlib="libbfd-&binutils-version;.so libdl-&glibc-version;.so
|
||||||
libhistory.so.&readline-version; libncursesw.so.&ncurses-version;
|
libhistory.so.&readline-version; libncursesw.so.&ncurses-version;
|
||||||
libm-&glibc-version;.so libreadline.so.&readline-version;
|
libm-&glibc-version;.so libreadline.so.&readline-version;
|
||||||
libz.so.&zlib-version;"
|
libz.so.&zlib-version;
|
||||||
|
$(cd /usr/lib; find libnss*.so* -type f)"
|
||||||
|
|
||||||
for BIN in $online_usrbin; do
|
for BIN in $online_usrbin; do
|
||||||
cp /usr/bin/$BIN /tmp/$BIN
|
cp /usr/bin/$BIN /tmp/$BIN
|
||||||
|
Loading…
Reference in New Issue
Block a user