mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
librt: Hoist SHLIBDIR?= so it actually works
src.opts.mk includes bsd.own.mk, which sets SHLIBDIR, so having this
line after it does nothing. Hoist it like other libraries so it takes
effect.
Reported by: vishwin
Fixes: 2964804ef9 ("librt: unbreak LIB32 build")
This commit is contained in:
parent
dab7fc49e7
commit
bba950fcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
SHLIBDIR?=/lib
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=clibs
|
||||
LIB=rt
|
||||
SHLIBDIR?=/lib
|
||||
SHLIB_MAJOR= 1
|
||||
CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
|
||||
.ifndef NO_THREAD_STACK_UNWIND
|
||||
|
|
|
|||
Loading…
Reference in a new issue