]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- No need to create libfoo.so -> libfoo.so.X symlinks in /lib,
authorru <ru@FreeBSD.org>
Sun, 7 Sep 2003 14:15:40 +0000 (14:15 +0000)
committerru <ru@FreeBSD.org>
Sun, 7 Sep 2003 14:15:40 +0000 (14:15 +0000)
commit34673ebfc37763889cbbdea9a6682a0ec1a559e1
tree67ca4df69f43ec1ec358a95d5d73b1c99ee30232
parent0f87237d888065c7893cba5cac93acc18b3803de
- No need to create libfoo.so -> libfoo.so.X symlinks in /lib,
  as it was decided that our toolchain will revert to looking
  for libraries in /usr/lib only.

- Make /usr/lib/libfoo.so -> /lib/libfoo.so.X symlinks absolute
  so that they still work if /usr is symlinked.

- Remove stale /usr/lib/libfoo.so.X libraries during install.

Discussed with: gordon, obrien, peter
Makefile.inc1
share/mk/bsd.lib.mk