mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
app-emulation/open-vm-tools: add USE flags salt-minion
For open-vm-tools 12.0.0, add a new USE flag salt-minion. Pass `--disable-containerinfo` to fix build issues, because it is currently not trivial to import dependency libs grpc++ into Flatcar.
This commit is contained in:
parent
461edca2d5
commit
3d3acd7a98
@ -13,7 +13,8 @@ SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="+dnet +pic +deploypkg" # TODO: pam
|
||||
# Flatcar: add USE flag salt-minion
|
||||
IUSE="+deploypkg +dnet +pic salt-minion" # TODO: pam
|
||||
|
||||
DEPEND="dev-libs/glib:2
|
||||
net-libs/libtirpc
|
||||
@ -72,6 +73,8 @@ src_configure() {
|
||||
local myeconfargs=(
|
||||
--prefix=/usr/share/oem
|
||||
$(use_enable deploypkg)
|
||||
$(use_enable salt-minion)
|
||||
--disable-containerinfo
|
||||
--disable-docs
|
||||
--disable-multimon
|
||||
--disable-tests
|
||||
|
Loading…
Reference in New Issue
Block a user