X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=builder;h=0b45f462adc702e64490208e0f5d4f1c139121bf;hp=2d82fdb5293f999c6552497cadcc6ba94c9dc30d;hb=refs%2Fheads%2Fwindows;hpb=a4a91192e39832457581c00a484ae567b2f7e30f diff --git a/builder b/builder index 2d82fdb..0b45f46 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-gssapi='+prefix, + "--with-xmltooling="+prefix, ] if options.configure_opts is not None: configure_opts.extend(options.configure_opts)