OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / boost / patches / boost_1_44_0-stlport-lib-name.patch
1 None of the STLport versions I have looked at include the version number
2 in their name, static or not.
3
4 --- boost_1_44_0.orig/tools/build/v2/tools/stlport.jam  2009-05-22 21:36:46.000000000 +1000
5 +++ boost_1_44_0/tools/build/v2/tools/stlport.jam       2010-10-04 18:22:02.592121895 +1000
6 @@ -142,14 +142,6 @@
7                  name += _static ;
8              }
9  
10 -            # Starting with version 5.2.0, the STLport static libraries no longer
11 -            #  include a version number in their name
12 -            local version.pre.5.2 = [ MATCH "^(5[.][01]+).*" : $(version) ] ;
13 -            if $(version.pre.5.2) || [ feature.get-values <runtime-link> : $(raw) ] != "static" 
14 -            {
15 -                name += .$(self.version.5) ;
16 -            }
17 -                       
18              name = $(name:J=) ;
19              
20              if [ feature.get-values <install-dependencies> : $(raw) ] = "on"