From 8a0a6a0f12950b8c90eb9eec20e13d9060c8e0da Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 13 Jun 2012 23:30:21 +0000 Subject: [PATCH] nagios: avoid using libgd to fix a dependency issue git-svn-id: svn://svn.openwrt.org/openwrt/packages@32348 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" \