Fix arm build breakage when building stable/10 on
head/. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
33b804ae98
commit
f64f30c974
@ -92,6 +92,10 @@ install_uboot() {
|
||||
}
|
||||
|
||||
main() {
|
||||
# Fix broken ports that use kern.osreldate.
|
||||
OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U)
|
||||
export OSVERSION
|
||||
|
||||
# Build the 'xdev' target for crochet.
|
||||
eval chroot ${CHROOTDIR} make -C /usr/src \
|
||||
${XDEV_FLAGS} XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} \
|
||||
|
Loading…
Reference in New Issue
Block a user