@cryptotaxi247 / netdata-1 / commits / b8e9caca1

mark g++ for freebsd as NOTREQUIRED (#11678)

Emmanuel Vasilakis committed Oct 20, 2021 at 10:53 UTC b8e9caca15ef35f2569eb91c0f8069431bd14ee4
1 file changed +1
packaging/installer/install-required-packages.sh
+1
@@ -736,6 +736,7 @@ declare -A pkg_gxx=(
736 ['gentoo']="NOTREQUIRED"
737 ['macos']="NOTREQUIRED"
738 ['ubuntu']="g++"
739 + ['freebsd']="NOTREQUIRED"
740 ['default']="gcc-c++"
741 )
742