ctorrent: make use of g++-uc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5901ac3013
commit
935d99b479
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user