HBSD: Install librt to /lib

This is required for systems where /usr is on a different filesystem.
This commit is contained in:
Shawn Webb 2017-01-02 19:13:12 -05:00 committed by Franco Fichtner
parent 2588e256bd
commit ebade28eb0
2 changed files with 5 additions and 0 deletions

View file

@ -184,6 +184,9 @@ OLD_FILES+=usr/tests/lib/libarchive/test_acl_pax.tar.uu
# 20170206: merged projects/ipsec
OLD_FILES+=usr/include/netinet/ip_ipsec.h
OLD_FILES+=usr/include/netinet6/ip6_ipsec.h
# 20170123: librt moves to /lib
OLD_LIBS+=usr/lib/librt.so.1
OLD_LIBS+=usr/lib/librt_p.a
# 20170103: libbsnmptools.so made into an INTERNALLIB
OLD_FILES+=usr/lib/libbsnmptools.a
OLD_FILES+=usr/lib/libbsnmptools_p.a

View file

@ -1,5 +1,7 @@
# $FreeBSD$
SHLIBDIR?= /lib
.include <src.opts.mk>
PACKAGE=lib${LIB}