From: nbd Date: Tue, 5 Aug 2008 20:50:12 +0000 (+0000) Subject: fix igmpproxy compile X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=6dab58f6f766ac0e062206f66e5800022b707af5;p=packages.git fix igmpproxy compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@12159 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \