sysutils/xen-tools: fix build with go installed
Unconditionally disable building the Go bindings. Such bindings should be packaged in a separate port. PR: 256978 Reported by: Ting-Wei Lan <lantw44@gmail.com> Approved by: bapt (implicit)
This commit is contained in:
parent
db16834ca2
commit
53c01d6598
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= xen
|
||||
PKGNAMESUFFIX= -tools
|
||||
PORTVERSION= 4.15.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils emulators
|
||||
MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/
|
||||
|
||||
|
@ -46,7 +46,8 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
|
|||
|
||||
CONFIGURE_ARGS+= --with-system-seabios=${LOCALBASE}/share/seabios/bios.bin \
|
||||
--with-system-ovmf=${LOCALBASE}/share/edk2-xen/XEN_X64_EFI.fd \
|
||||
--mandir=${MANPREFIX}/man
|
||||
--mandir=${MANPREFIX}/man \
|
||||
--disable-golang
|
||||
|
||||
SHEBANG_FILES= tools/misc/xencov_split \
|
||||
tools/python/scripts/convert-legacy-stream \
|
||||
|
|
Loading…
Reference in a new issue