mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
libcxxrt: define SHLIBDIR before including bsd.own.mk
Otherwise bsd.own.mk overrides it, causing libcxxrt.so.1 to be
erroneously installed into /usr/lib.
Also add an ObsoleteFiles.inc entry, for removing the bad copy.
Reported by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fixes: da77a1b4f0
This commit is contained in:
parent
76a8625bc7
commit
911a6479e1
@ -51,6 +51,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20240422: remove improperly installed libcxxrt.so.1
|
||||
OLD_LIBS+=usr/lib/libcxxrt.so.1
|
||||
|
||||
# 20240414: unix_socketpair_test renamed
|
||||
OLD_FILES+=usr/tests/sys/kern/unix_socketpair_test
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE= clibs
|
||||
SRCDIR= ${SRCTOP}/contrib/libcxxrt
|
||||
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
.PATH: ${SRCDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user