--- serf-1.3.1/SConstruct.orig 2013-08-15 11:13:20.000000000 +0200 +++ serf-1.3.1/SConstruct 2013-08-25 09:57:51.577679354 +0200 @@ -341,8 +341,8 @@ ### there is probably a better way to run/capture output. ### env.ParseConfig() may be handy for getting this stuff into the build if CALLOUT_OKAY: - apr_libs = os.popen(env.subst('$APR --link-libtool --libs')).read().strip() - apu_libs = os.popen(env.subst('$APU --link-libtool --libs')).read().strip() + apr_libs = os.popen(env.subst('$APR --link-ld --libs')).read().strip() + apu_libs = os.popen(env.subst('$APU --link-ld --libs')).read().strip() else: apr_libs = '' apu_libs = ''