boost/boost-base.patch
Benjamin Kosnik 9cec0834b9 - (#142612: Compiling Boost 1.32.0 Failed in RHEL 3.0 on Itanium2)
- (#150069: libboost_python.so is missing)
- (#141617: bad patch boost-base.patch)
- (#122817: libboost_*.so symlinks missing)
- Re-add boost-thread.patch.
- Change boost-base.patch to show thread tags.
- Change boost-gcc-tools.patch to use SOTAG, compile with dllversion.
- Add symbolic links to files.
- Sanity check can compile with gcc-3.3.x, gcc-3.4.2.
2005-03-17 01:12:29 +00:00

26 lines
695 B
Diff

*** tools/build/v1/boost-base.jam.orig 2005-03-15 22:38:05.110845776 -0600
--- tools/build/v1/boost-base.jam 2005-03-15 22:39:21.250352319 -0600
*************** rule common-variant-tag ( toolset varian
*** 2651,2660 ****
version-tag = $(version-tag:J="_") ;
}
! tags += $(toolset-tag:J=) ;
tags += $(thread-tag:J=) ;
! tags += $(runtime-tag:J=) ;
! tags += $(version-tag) ;
if $(tags)
{
--- 2651,2660 ----
version-tag = $(version-tag:J="_") ;
}
! # tags += $(toolset-tag:J=) ;
tags += $(thread-tag:J=) ;
! # tags += $(runtime-tag:J=) ;
! # tags += $(version-tag) ;
if $(tags)
{