From f7e647563ea56d1c07bfadb77d1df07b6ad906ef Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 13 Jun 2012 23:30:21 +0000 Subject: [PATCH] nagios: avoid using libgd to fix a dependency issue SVN-Revision: 32348 --- admin/nagios/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/nagios/Makefile b/admin/nagios/Makefile index 68981eb20..b9a4159d4 100644 --- a/admin/nagios/Makefile +++ b/admin/nagios/Makefile @@ -31,6 +31,12 @@ endef EXTRA_CFLAGS += $(TARGET_CPPFLAGS) +CONFIGURE_VARS += \ + ac_cv_lib_gd_gdImagePng_1=no \ + ac_cv_lib_gd_gdImagePng_2=no \ + ac_cv_lib_gd_gdImagePng_3=no \ + ac_cv_lib_gd_gdImagePng_4=no + CONFIGURE_ARGS += \ --with-nagios-user="root" \ --with-nagios-group="root" \ -- 2.30.2