projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db44e6a
)
ctorrent: make use of g++-uc
author
Oliver Ertl
<oliver@ertl-net.net>
Sun, 30 Sep 2007 19:29:26 +0000
(19:29 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Sun, 30 Sep 2007 19:29:26 +0000
(19:29 +0000)
SVN-Revision: 9079
net/ctorrent/Makefile
patch
|
blob
|
history
diff --git
a/net/ctorrent/Makefile
b/net/ctorrent/Makefile
index 3e2e5af36dda48b076849c7b2bcc615be14d18ba..be3d066014558871551dbfccd6694d3ec0d3047f 100644
(file)
--- a/
net/ctorrent/Makefile
+++ b/
net/ctorrent/Makefile
@@
-34,9
+34,8
@@
define Package/ctorrent/description
endef
CONFIGURE_VARS += \
- CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \
- CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \
- LIBS="-nodefaultlibs -lcrypto -luClibc++ -lm"
+ CXX="g++-uc" \
+ CXXFLAGS="$$$$CXX_CFLAGS -fno-rtti" \
define Package/ctorrent/install
$(INSTALL_DIR) $(1)/usr/bin