mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
HBSD: Install librt to /lib
This is required for systems where /usr is on a different filesystem.
This commit is contained in:
parent
2588e256bd
commit
ebade28eb0
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
|
|
|
|||
Loading…
Reference in a new issue