nagios: avoid using libgd to fix a dependency issue

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-13 23:30:21 +00:00
parent 5ba566adf1
commit 8a0a6a0f12

View File

@ -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" \