git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1537
270642c3-0616-0410-b53a-bc976706d245
FLAVOR = '',
)
+# ugly hack for ubuntu karmic
+# ToDo: auto-configure alike support
+if os.path.exists('/usr/lib/libboost_regex-mt.so'):
+ env.Append( BOOST_VARIANT = '-mt' )
+
# Set variables from command line
senfutil.parseArguments(
env,
LINKFLAGS_normal = [ '-Wl,-S' ],
LINKFLAGS_debug = [ '-g' ],
)
+ # ugly hack for ubuntu karmic
+ # ToDo: auto-configure alike support
+ if os.path.exists('/usr/lib/libboost_regex-mt.so'):
+ env.Append( BOOST_VARIANT = '-mt' )
+
def Glob(env, exclude=[], subdirs=[]):
testSources = env.Glob("*.test.cc", strings=True)