mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
META_MODE: Force a host tool rebuild for ino64 in r318736.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
1a9cc831dd
commit
c8fab231f1
1 changed files with 2 additions and 0 deletions
|
|
@ -649,6 +649,8 @@ LIBCOMPAT= SOFT
|
|||
# to get updated host tools.
|
||||
.if ${MK_META_MODE} == "yes" && defined(NO_CLEAN) && \
|
||||
!defined(NO_META_IGNORE_HOST) && !defined(NO_META_IGNORE_HOST_HEADERS)
|
||||
# r318736 - ino64 major ABI breakage
|
||||
META_MODE_BAD_ABI_VERS+= 1200031
|
||||
|
||||
.if !defined(OBJDIR_HOST_OSRELDATE)
|
||||
.if exists(${OBJTREE}${.CURDIR}/host-osreldate.h)
|
||||
|
|
|
|||
Loading…
Reference in a new issue