diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-03 23:58:46 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-04 00:04:15 +0800 |
commit | 6094daeb7aa83eefa865872182eed1adfa410c73 (patch) | |
tree | 32ed254395a88844de1a03fd4c6819f43c56a07d /chapter07 | |
parent | 2cc15c335fc651e3ee69464ab0ef89af408dab8f (diff) |
strip: restore versions in online_usrlib and save_usrlib
Without them, for example:
cp /usr/lib/libbfd.so /tmp/libbfd.so
# now /tmp/libbfd.so is a hardcopy of /usr/lib/libbfd-2.37.so
strip --strip-unneeded /tmp/libbfd.so
install -vm755 /tmp/libbfd.so /usr/lib/libbfd.so
# now /usr/lib/libbfd.so is *not* a symlink, but a real file
We don't want this to happen.
libdl and libpthread removed: they are now dummy libs and is not used by
anything built in LFS/BLFS.
Diffstat (limited to 'chapter07')
0 files changed, 0 insertions, 0 deletions