commit:     6005ae0548ab90c12aa6f74cd139bbbd47537e7d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 22:04:59 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 22:04:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6005ae05

app-emulation/open-vm-tools: disable glibc version check

Closes: https://bugs.gentoo.org/830470
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild | 3 ++-
 app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild 
b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild
index ec165bf63f26..afcbe6f2c508 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2007-2021 Gentoo Authors
+# Copyright 2007-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -90,6 +90,7 @@ src_prepare() {
 
 src_configure() {
        local myeconfargs=(
+               --disable-glibc-check
                --without-root-privileges
                $(use_enable multimon)
                $(use_with X x)

diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild 
b/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild
index 6c9aa7cdb10e..8d894cdb54a8 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2007-2021 Gentoo Authors
+# Copyright 2007-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -89,6 +89,7 @@ src_prepare() {
 
 src_configure() {
        local myeconfargs=(
+               --disable-glibc-check
                --without-root-privileges
                $(use_enable multimon)
                $(use_with X x)

Reply via email to