boost: fix build failure
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Dec 2012 17:22:30 +0000 (17:22 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Dec 2012 17:22:30 +0000 (17:22 +0000)
commit40f5fdd1364703a68db4807cae479d57b300736d
tree37373efbe4fe810720696d5cf91288242113821f
parent3301c199c823fb7eb6bf431fd63c610e4b3c0df9
boost: fix build failure

Such build failure was reported several times:

gcc.compile.c++
bin.v2/libs/context/build/gcc-i386/release/link-static/threading-multi/fcontext.o
libs/context/src/fcontext.cpp: In function 'void*
boost::ctx::detail::align_stack(void*)':
libs/context/src/fcontext.cpp:25:21: error: 'uintptr_t' was not declared
in this scope
libs/context/src/fcontext.cpp:25:32: error: expected ')' before 'base'
libs/context/src/fcontext.cpp:26:66: error: expected ')' before ';'
token
libs/context/src/fcontext.cpp:26:66: error: expected ')' before ';'
token

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34635 3c298f89-4303-0410-b956-a3cf2f4a3e73
libs/boost/patches/200-cstdint_missing_include.patch [new file with mode: 0644]