Move libc++ from /usr/lib to /lib

As with other runtime components like libc or libcxxrt.

If desired we can stop linking devd statically after this change (to
achive approximately no net change in required root filesystem size).

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33123
This commit is contained in:
Ed Maste 2021-12-29 14:50:03 -05:00
parent 8119cdd38b
commit 6b1c5775d1
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,9 @@
# xargs -n1 | sort | uniq -d;
# done
# 20211229 libc++ moved to /lib
OLD_LIBS+=usr/lib/libc++.so.1
# 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3
OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz

View File

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE= clibs
SHLIBDIR?= /lib
_LIBCXXRTDIR= ${SRCTOP}/contrib/libcxxrt
HDRDIR= ${SRCTOP}/contrib/llvm-project/libcxx/include
SRCDIR= ${SRCTOP}/contrib/llvm-project/libcxx/src