X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fldap%2FtSearch%2FSConscript;h=e0c02b2fa2b01c59f60e4042d09a6ee00a54c186;hb=5e4f1d9d5902d86a37ecf88b372d9089d417e663;hp=879c308e579e3e2a272d9fa8a31c24ab1a32c6c7;hpb=10acee039e75b859b11fd809ce22fb2aecce47e2;p=anna.git diff --git a/example/ldap/tSearch/SConscript b/example/ldap/tSearch/SConscript index 879c308..e0c02b2 100644 --- a/example/ldap/tSearch/SConscript +++ b/example/ldap/tSearch/SConscript @@ -20,13 +20,13 @@ anna_rlibs = list(anna_libs) anna_rlibs.reverse() # Libraries ############################################################### -# To avoid other libraries accumulation (boost testing, i.e.): +# To avoid other libraries accumulation: localEnv = env.Clone() anna_library = { 'LIBS' : anna_rlibs } localEnv.MergeFlags (anna_library) -system_library = { 'LIBS' : [ 'ldap', 'xml2', 'rt' ] } +system_library = { 'LIBS' : [ 'lber', 'ldap', 'xml2', 'rt', 'pthread' ] } localEnv.MergeFlags (system_library) localEnv.Append(LIBPATH = anna_libpaths)