X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=655e3a7dd256ab01cfe65e33aff46e63d937bd79;hb=90692e78469c816d222d235bbcc041750dcbdccb;hp=8f4da1c292929685284bd4f3c9e1f75d90fa5801;hpb=22a6637676dcb35af3906d42ea020027957604bd;p=senf.git diff --git a/SConstruct b/SConstruct index 8f4da1c..655e3a7 100644 --- a/SConstruct +++ b/SConstruct @@ -160,9 +160,6 @@ senfutil.parseArguments( BoolVariable('sparse_tests', 'Link tests against object files and not the senf lib', False) ) -if env['PARSEFLAGS']: - env.MergeFlags(env['PARSEFLAGS']) - # Add UNIX env vars matching IMPORT_ENV patterns into the execution environment senfutil.importProcessEnv(env) @@ -183,7 +180,7 @@ SConscript('SConfigure') # Only add this here, after all configure checks have run env.Append(LIBS = '$LIBSENF$LIBADDSUFFIX', - EXTRA_LIBS = [ '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB', '$BOOSTSIGNALSLIB', + EXTRA_LIBS = [ '$BOOSTREGEXLIB', '$BOOSTSIGNALSLIB', '$BOOSTFSLIB' ]) ###########################################################################