diff --git a/app-emulation/vmware-modules/vmware-modules-308.0.0-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-308.0.0-r1.ebuild index 5214139..e4abbe7 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.0.0-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.0.0-r1.ebuild @@ -59,7 +59,9 @@ pkg_setup() { BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}" enewgroup "${VMWARE_GROUP}" + filter-flags -mfpmath=sse -mavx -mpclmul -maes + append-cflags -mno-sse # Found a problem similar to bug #492964 for mod in ${VMWARE_MODULE_LIST}; do MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)" diff --git a/app-emulation/vmware-modules/vmware-modules-308.0.0.ebuild b/app-emulation/vmware-modules/vmware-modules-308.0.0.ebuild index 031a640..31110ae 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.0.0.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.0.0.ebuild @@ -58,7 +58,9 @@ pkg_setup() { BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}" enewgroup "${VMWARE_GROUP}" + filter-flags -mfpmath=sse -mavx -mpclmul -maes + append-cflags -mno-sse # Found a problem similar to bug #492964 for mod in ${VMWARE_MODULE_LIST}; do MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)" diff --git a/app-emulation/vmware-modules/vmware-modules-308.0.1.ebuild b/app-emulation/vmware-modules/vmware-modules-308.0.1.ebuild index f268925..580bf9d 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.0.1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.0.1.ebuild @@ -59,7 +59,9 @@ pkg_setup() { BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}" enewgroup "${VMWARE_GROUP}" + filter-flags -mfpmath=sse -mavx -mpclmul -maes + append-cflags -mno-sse # Found a problem similar to bug #492964 for mod in ${VMWARE_MODULE_LIST}; do MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)" diff --git a/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild b/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild index f268925..580bf9d 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild @@ -59,7 +59,9 @@ pkg_setup() { BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}" enewgroup "${VMWARE_GROUP}" + filter-flags -mfpmath=sse -mavx -mpclmul -maes + append-cflags -mno-sse # Found a problem similar to bug #492964 for mod in ${VMWARE_MODULE_LIST}; do MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"