X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2Fsenfutil.py;h=249a78d7dfc25fd1b55b1be38ae65ad2d41ea8d5;hb=7a1093db9def94e1cc1aac873f98e28b92fde889;hp=c3ef1b2c0d821bc76e35f1860ad7eab4902f2b1a;hpb=bf6bdcb90de19ed474535d41c5519518921b717b;p=senf.git diff --git a/senfscons/senfutil.py b/senfscons/senfutil.py index c3ef1b2..249a78d 100644 --- a/senfscons/senfutil.py +++ b/senfscons/senfutil.py @@ -8,7 +8,7 @@ from SCons.Script import * # c) check for a local SENF, set options accordingly and update that SENF if needed def SetupForSENF(env): - env.Append( LIBS = [ 'senf', '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB' ], + env.Append( LIBS = [ 'senf', 'readline', 'rt', '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB' ], BOOSTREGEXLIB = 'boost_regex', BOOSTIOSTREAMSLIB = 'boost_iostreams', CXXFLAGS = [ '-Wno-long-long',