From: Felix Fietkau Date: Tue, 5 Aug 2008 20:50:12 +0000 (+0000) Subject: fix igmpproxy compile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=4fffa37249d49f7f2c000ded129332955f9d313f;hp=7499848b30fa1445938d4252dc53994343a5e112 fix igmpproxy compile SVN-Revision: 12159 --- diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 46fa6daed3..26407bb425 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -36,6 +36,8 @@ define Package/igmpproxy/conffiles /etc/igmpproxy.conf endef +TARGET_CFLAGS += -Dlog=igmpproxy_log + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/src \ CC="$(TARGET_CC)" \