From: Florian Fainelli Date: Fri, 3 Aug 2012 13:32:36 +0000 (+0000) Subject: [package] l7-protocols: fix g++-uc location X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ddc7328d54b2f657b144c359fba0017c1b3b25ad [package] l7-protocols: fix g++-uc location SVN-Revision: 32957 --- diff --git a/net/l7-protocols/Makefile b/net/l7-protocols/Makefile index 5ae28917ba..23b74b3d7c 100644 --- a/net/l7-protocols/Makefile +++ b/net/l7-protocols/Makefile @@ -8,6 +8,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/l7-filter PKG_MD5SUM:=91be154d12134dcdbc560cc7aa7fe4ce +include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk define Package/l7-protocols @@ -41,7 +42,7 @@ endef ifneq ($(SDK)$(CONFIG_PACKAGE_l7-protocols-testing),) define Build/Compile - cd $(PKG_BUILD_DIR)/testing && $(MAKE) $(TARGET_CONFIGURE_OPTS) CXX="$(STAGING_DIR)/host/bin/g++-uc" + cd $(PKG_BUILD_DIR)/testing && $(MAKE) $(TARGET_CONFIGURE_OPTS) endef else define Build/Compile