diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-11-08 17:27:10 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-11-08 17:30:59 +0800 |
commit | d11686c6f0d1ef2d7c739e06ef151155b19e3469 (patch) | |
tree | e46d53997b8687a730c95165b40c6e99946503b7 /Makefile | |
parent | 93311f4abb72c8e053970ff6122d90c75ce5a3d7 (diff) |
pkgmgt: Update the desc for "separate directories"
There seems some guy overusing this method so we should add more
caveats.
- Use /opt/foo-x.y instead of /usr/pkg/foo-x.y. /opt/foo-x.y is used in
BLFS for Rustc, Qt5, etc. and /usr/pkg is not FHS-compliant.
- Use /etc/ld.so.conf and LDFLAGS instead of LD_LIBRARY_PATH. Relying
on LD_LIBRARY_PATH is generally a bad idea, and we also don't use it
in BLFS for /opt packages.
- Discourage this method for general use, mention it may not work for
vital packages like Glibc.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions