HomeFreeBSD

net-mgmt/netdata: disable ML on powerpc64le to fix build

Description

net-mgmt/netdata: disable ML on powerpc64le to fix build

if test "${host_cpu}" = "powerpc64le"; then

have_cxx17="no"
have_cxx11="no"
CPP_STD_FLAG=""
cpp_std_to_use="no c++ on powerpc64le"
AM_CONDITIONAL([HAVE_CXX17], [false])
AM_CONDITIONAL([HAVE_CXX11], [false])

fi

Details

Provenance
pkubajAuthored on Jul 8 2024, 7:44 PM
Parents
R11:b5a4f7a9a4a0: biology/migrate: fix build on !x86
Branches
Unknown
Tags
Unknown