Fix nagios compilation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8628 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-09-05 13:38:00 +00:00
parent 23735c610b
commit 5c01e8a425

View File

@ -35,10 +35,13 @@ define Package/send-nagios/conffiles
/etc/send_nagios.cfg
endef
EXTRA_CFLAGS += -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
define Build/Configure
$(call Build/Configure/Default,\
--with-nagios-user="root" \
--with-nagios-group="root", \
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
LIBS="-lnotimpl" \
)
endef