20 Commits

Author SHA1 Message Date
nbd
aa907fcabc boost: use user-config.jam instead of site-config.jam
On some machines the build ignores site-config.jam and proceeds doing a native build.
To catch such errors earlier, set the architecture in the gcc toolset

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:03 +00:00
nbd
67ba084ce2 boost: add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 20:33:33 +00:00
mirko
8adc1a80c8 [packages/boost] level up, fix several issues
- level up to version 1.49.0
 - package boost-chrono
 - package boost-locale
 - package boost-random
 - package boost-timer
 - add myself as maintainer
 - add dependencies among themselves
 - fix python include path (python2.6 -> python2.7)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 19:19:59 +00:00
mirko
9038fc1901 [packages/boost] use '--without-*' instead of '--with-*'
When just selecting 'boost' - which only stages the header files - no '--with-*'-option is passed.
This however leads the configure script of boost to build the whole boost-suite which is not intended.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 19:02:26 +00:00
jow
5935f39396 [packages] boost: update to v1.48.0, fix compilation with gcc 4.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 17:20:23 +00:00
swalker
92c8129c46 [packages] boost: fix compile failure (#10535, thanks zhenglei), refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-23 12:31:38 +00:00
mirko
f84f8b88fd level up boost to version 0.46
- remove dedicated bjam-package since its maintaincene seems to only happen inside the boost tree now
 - remove not anymore required patches
 - add patch to remove hardcoded linker flags from jam file and move them into the OpenWrt Makefile (-pthreads -lrt)
 - remove package boost-function_types

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 17:09:20 +00:00
nico
5d5098542d packages: remove dependency on obsolete LINUX_2_4 symbol
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-11 18:07:06 +00:00
jow
921725fb98 [packages] boost: disable on brcm-2.4, does not build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 10:45:29 +00:00
mb
6998b8c12a boost: Enable parallel compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-10 16:16:11 +00:00
acinonyx
a95cd12111 [packages] boost: Don't add --without-<library> configure arguments for unselected packages (#6931)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-25 13:40:44 +00:00
lars
24f0aebcf9 [packages] Boost: Add packages for all boost libs.
Patch by AlexanderS


git-svn-id: svn://svn.openwrt.org/openwrt/packages@20365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-22 00:07:58 +00:00
agb
091f0bfe9b [packages] libs/boost: fix PKG_BUILD_DIR definition
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-25 10:43:58 +00:00
lars
feaea67a32 [packages] Add missing md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:20:44 +00:00
mb
c88860beb6 boost: Allow sub-lib selection.
This is not the optimum solution and it probably needs a rewrite using a Config.in file, but it's better than what we have now...


git-svn-id: svn://svn.openwrt.org/openwrt/packages@18998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-02 14:54:11 +00:00
mb
699e0eae81 boost: Build non-versioned libraries
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-02 13:48:19 +00:00
mirko
5adce658a6 adjust path to bjam due to previous change - rely on $PATH
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22 23:32:09 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
nbd
06f46e0a01 update boost dependency on boost-jam for new host build changes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17 02:39:10 +00:00
mirko
054bbfc550 added libboost (serialization only for now)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-13 01:23:17 +00:00