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

Collapse All | Expand All

(-)a/SConstruct (-1 / +1 lines)
Lines 753-758 if nix: Link Here
753
753
754
    if linux and GetOption( "sharedclient" ):
754
    if linux and GetOption( "sharedclient" ):
755
        env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )
755
        env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )
756
        env.Append( SHLINKFLAGS=" -Wl,-soname=libmongoclient.so.1" )
756
757
757
    if debugBuild:
758
    if debugBuild:
758
        env.Append( CPPFLAGS=" -O0 -fstack-protector " );
759
        env.Append( CPPFLAGS=" -O0 -fstack-protector " );
Lines 1539-1545 if installSetup.clientSrc: Link Here
1539
1540
1540
#lib
1541
#lib
1541
if installSetup.libraries:
1542
if installSetup.libraries:
1542
    env.Install( installDir + "/" + nixLibPrefix, clientLibName )
1543
    if GetOption( "sharedclient" ): 
1543
    if GetOption( "sharedclient" ): 
1544
        env.Install( installDir + "/" + nixLibPrefix, sharedClientLibName )
1544
        env.Install( installDir + "/" + nixLibPrefix, sharedClientLibName )
1545
1545

Return to bug 337973