X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=builder;h=9666bd0263fdeb6ffc23d319df0c31bd9a0eadbc;hp=2d82fdb5293f999c6552497cadcc6ba94c9dc30d;hb=refs%2Fheads%2Fddf-name;hpb=a4a91192e39832457581c00a484ae567b2f7e30f diff --git a/builder b/builder index 2d82fdb..9666bd0 100755 --- a/builder +++ b/builder @@ -125,10 +125,12 @@ opt.usage = "%prog [options] [packages]" prefix = options.prefix root_command = options.root_command configure_opts = ['--prefix', prefix, - "LDFLAGS='-Wl,-L"+prefix+"/lib" - + " -Wl,-R"+prefix+"/lib'", + "LDFLAGS='-Wl,-L"+prefix+"/lib -Wl,-L/usr/lib/freeradius" + + " -Wl,-rpath="+prefix+"/lib'", 'CPPFLAGS="-I '+prefix+'/include"', '--with-system-libtool', '--with-system-libltdl', + '--enable-tls', + "--with-xmltooling="+prefix, ] if options.configure_opts is not None: configure_opts.extend(options.configure_opts)