X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=builder;h=9666bd0263fdeb6ffc23d319df0c31bd9a0eadbc;hp=93ee301d0f36a1e976e5e58c429d321c2010908d;hb=refs%2Fheads%2Fddf-name;hpb=c96a11bc1fd1d3b118bab73f5513bd5dc1e1fe66 diff --git a/builder b/builder index 93ee301..9666bd0 100755 --- a/builder +++ b/builder @@ -125,9 +125,13 @@ 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'", - 'CPPFLAGS="-I '+prefix+'/include"'] + "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)