diff options
-rw-r--r-- | recipes-extended/nagios/nagios-core_4.4.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/nagios/nagios-core_4.4.3.bb b/recipes-extended/nagios/nagios-core_4.4.3.bb index 7a86653b..c78259ee 100644 --- a/recipes-extended/nagios/nagios-core_4.4.3.bb +++ b/recipes-extended/nagios/nagios-core_4.4.3.bb | |||
@@ -62,6 +62,9 @@ EXTRA_OECONF += "ac_cv_header_ltdl_h=no" | |||
62 | # Prevent nagios from suffering host contamination if host has /bin/perl | 62 | # Prevent nagios from suffering host contamination if host has /bin/perl |
63 | EXTRA_OECONF += "ac_cv_path_PERL=${bindir}/perl" | 63 | EXTRA_OECONF += "ac_cv_path_PERL=${bindir}/perl" |
64 | 64 | ||
65 | # Fix build failure for gcc-10 | ||
66 | CFLAGS_append = " -fcommon" | ||
67 | |||
65 | # Set to "1" to allow nagios-core post-init to modify Apache configuration | 68 | # Set to "1" to allow nagios-core post-init to modify Apache configuration |
66 | NAGIOS_MODIFY_APACHE ??= "1" | 69 | NAGIOS_MODIFY_APACHE ??= "1" |
67 | 70 | ||