Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273259 | Differences between
and this patch

Collapse All | Expand All

(-) (-3 lines)
Line  Link Here
- SConstruct.orig	2009-07-14 12:10:40.000000000 +0200
Lines 1134-1141 Link Here
1134
    fullInstallName = installDir + "/bin/" + name
1134
    fullInstallName = installDir + "/bin/" + name
1135
1135
1136
    allBinaries += [ name ]
1136
    allBinaries += [ name ]
1137
    if solaris or linux:
1138
        e.AddPostAction( inst, e.Action( 'strip ' + fullInstallName ) )
1139
        
1137
        
1140
    if linux and str( COMMAND_LINE_TARGETS[0] ) == "s3dist":
1138
    if linux and str( COMMAND_LINE_TARGETS[0] ) == "s3dist":
1141
        e.AddPostAction( inst , checkGlibc )
1139
        e.AddPostAction( inst , checkGlibc )

Return to bug 273259