ctorrent:
* Add libtool fixes * Use the g++-uc wrapper the right way (thanks nico) git-svn-id: svn://svn.openwrt.org/openwrt/packages@9080 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
935d99b479
commit
bbbed31ff5
@ -35,7 +35,18 @@ endef
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
CXX="g++-uc" \
|
||||
CXXFLAGS="$$$$CXX_CFLAGS -fno-rtti" \
|
||||
CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,)
|
||||
$(call libtool_disable_rpath)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||
endef
|
||||
|
||||
define Package/ctorrent/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user