mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
librt: unbreak LIB32 build
Fixes: f006023b22
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D41616
This commit is contained in:
parent
2b7b09ac96
commit
2964804ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PACKAGE=clibs
|
||||
LIB=rt
|
||||
SHLIBDIR=/lib
|
||||
SHLIBDIR?=/lib
|
||||
SHLIB_MAJOR= 1
|
||||
CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
|
||||
.ifndef NO_THREAD_STACK_UNWIND
|
||||
|
|
|
|||
Loading…
Reference in a new issue