fix igmpproxy compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Aug 2008 20:50:12 +0000 (20:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Aug 2008 20:50:12 +0000 (20:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12159 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/igmpproxy/Makefile

index 46fa6da..26407bb 100644 (file)
@@ -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)" \