diff --git a/ChangeLog b/ChangeLog index 26980493..9402d37d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,10 @@ Arnold Krille Jackdmp changes log --------------------------- +2010-05-31 Stephane Letz + + * Fix from Fernando Lopez-Lezcano for compilation on fc13. + 2010-05-30 Stephane Letz * David Garcia Garzon netone patch. diff --git a/wscript b/wscript index cb67d5ba..ae5ccd17 100644 --- a/wscript +++ b/wscript @@ -248,6 +248,8 @@ def configure(conf): print Logs.colors.NORMAL, print + conf.env.append_unique('LINKFLAGS', '-lm -lstdc++') + if Options.options.mixed == True: env_variant2 = conf.env.copy() conf.set_env_name('lib32', env_variant2)