Skip to content

Commit

Permalink
lang/rust: stable/13 has the kern.proc.pathname fixes too
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Nov 24, 2021
1 parent f6058fe commit 864a4c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lang/rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ EXTRA_PATCHES+= ${PATCHDIR}/${ARCH}${BOOTSTRAPS_SUFFIX}
# anyway...
.if exists(${PATCHDIR}/no-hardlinks)
_KERN_OSRELDATE!= ${SYSCTL} -n kern.osreldate 2>/dev/null || echo 0
. if ${_KERN_OSRELDATE} < 1400040
. if ${_KERN_OSRELDATE} >= 1400040
. elif ${_KERN_OSRELDATE} >= 1300521
. else
EXTRA_PATCHES+= ${PATCHDIR}/no-hardlinks
. endif
.endif
Expand Down

0 comments on commit 864a4c2

Please sign in to comment.