boost: fix build failure
authorFlorian Fainelli <florian@openwrt.org>
Tue, 11 Dec 2012 17:22:30 +0000 (17:22 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 11 Dec 2012 17:22:30 +0000 (17:22 +0000)
commitcf0219d014ca207f4fdc19c8f511665f0f969adf
tree37373efbe4fe810720696d5cf91288242113821f
parent95ae4e41cbb9a1a84f347a1c0e1f5351cc4e91cb
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>
SVN-Revision: 34635
libs/boost/patches/200-cstdint_missing_include.patch [new file with mode: 0644]