projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b6a0c
)
[package] l7-protocols: fix g++-uc location
author
Florian Fainelli
<
[email protected]
>
Fri, 3 Aug 2012 13:32:36 +0000
(13:32 +0000)
committer
Florian Fainelli
<
[email protected]
>
Fri, 3 Aug 2012 13:32:36 +0000
(13:32 +0000)
SVN-Revision: 32957
net/l7-protocols/Makefile
patch
|
blob
|
history
diff --git
a/net/l7-protocols/Makefile
b/net/l7-protocols/Makefile
index 5ae28917baea96993a77c507f3b73c2a9a3a68f3..23b74b3d7ce6f6d29625be69437cb07ac4ea25d8 100644
(file)
--- 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