mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build when LEAPSECONDS is enabled.
MFC after: 2 weeks
This commit is contained in:
parent
dd53226c13
commit
1bb0c0bd8d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
|
|||
.PATH: ${CONTRIBDIR}
|
||||
|
||||
.if defined(LEAPSECONDS)
|
||||
LEAPFILE= -L leapseconds
|
||||
LEAPFILE= -L ${CONTRIBDIR}leapseconds
|
||||
.else
|
||||
LEAPFILE=
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue