From 6dab58f6f766ac0e062206f66e5800022b707af5 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 5 Aug 2008 20:50:12 +0000 Subject: [PATCH] fix igmpproxy compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@12159 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/igmpproxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 46fa6daed..26407bb42 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)" \ -- 2.11.0