mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pass UNAME_r to fix building 14.x ports on 13.x
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 80ab50e1de)
This commit is contained in:
parent
fb3ce5331c
commit
aa4eb20897
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ emulator-portinstall:
|
|||
.if ( ${TARGET_ARCH} != "i386" ) || ( ${MACHINE_ARCH} != "amd64" )
|
||||
.if !exists(/usr/local/bin/qemu-${TARGET_ARCH}-static)
|
||||
.if exists(${PORTSDIR}/emulators/qemu-user-static/Makefile)
|
||||
env - PATH=$$PATH make -C ${PORTSDIR}/emulators/qemu-user-static BATCH=1 all install clean
|
||||
env - UNAME_r="${REVISION}-${BRANCH}" PATH=$$PATH make -C ${PORTSDIR}/emulators/qemu-user-static BATCH=1 all install clean
|
||||
.else
|
||||
.if !exists(/usr/local/sbin/pkg-static)
|
||||
env ASSUME_ALWAYS_YES=yes pkg bootstrap -y
|
||||
|
|
|
|||
Loading…
Reference in a new issue