From: nbd Date: Wed, 13 Jun 2012 23:30:21 +0000 (+0000) Subject: nagios: avoid using libgd to fix a dependency issue X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8a0a6a0f12950b8c90eb9eec20e13d9060c8e0da;p=packages.git nagios: avoid using libgd to fix a dependency issue git-svn-id: svn://svn.openwrt.org/openwrt/packages@32348 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" \