mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
HBSD: Also install a symlink to librt.a
Signed-off-by: Shawn Webb <shawn.webb@hardenedbsd.org> Sponsored-by: SoldierX MFC-to: 11-STABLE (cherry picked from commit d5e458b8a500e240e034b3f4d56b58fd1fcc50d7) (cherry picked from commit 71567ac8d8d58a41d049a83034a1649b52c9437e)
This commit is contained in:
parent
59089894ed
commit
98200ba098
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,6 @@
|
|||
# done
|
||||
|
||||
# 20170123: librt moves to /lib
|
||||
OLD_LIBS+=usr/lib/librt.a
|
||||
OLD_LIBS+=usr/lib/librt.so.1
|
||||
OLD_LIBS+=usr/lib/librt_p.a
|
||||
# 20160703: POSIXify locales with variants
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@ WARNS?= 2
|
|||
SRCS+= aio.c mq.c sigev_thread.c timer.c
|
||||
|
||||
SYMLINKS= \
|
||||
/lib/lib${LIB}.so /usr/lib/lib${LIB}.so
|
||||
/lib/lib${LIB}.so /usr/lib/lib${LIB}.so \
|
||||
/lib/lib${LIB}.a /usr/lib/lib${LIB}.a
|
||||
|
||||
PRECIOUSLIB=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue