From: Sam Hartman Date: Tue, 8 Mar 2011 12:28:06 +0000 (-0500) Subject: Include --with-xmltooling X-Git-Tag: vm/20110310~40 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=928ebf477f40a067ed4198554ff52e189b0f0e9f Include --with-xmltooling --- diff --git a/builder b/builder index d0414d9..243627f 100755 --- a/builder +++ b/builder @@ -129,6 +129,7 @@ configure_opts = ['--prefix', prefix, + " -Wl,-R"+prefix+"/lib'", 'CPPFLAGS="-I '+prefix+'/include"', '--with-system-libtool', '--with-system-libltdl', + "--with-xmltooling="+prefix, ] if options.configure_opts is not None: configure_opts.extend(options.configure_opts)