X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=builder;h=0b45f462adc702e64490208e0f5d4f1c139121bf;hp=243627f12bdf9adf2e770fd76417ff82f5a90c71;hb=refs%2Fheads%2Fwindows;hpb=928ebf477f40a067ed4198554ff52e189b0f0e9f diff --git a/builder b/builder index 243627f..0b45f46 100755 --- a/builder +++ b/builder @@ -126,9 +126,10 @@ prefix = options.prefix root_command = options.root_command configure_opts = ['--prefix', prefix, "LDFLAGS='-Wl,-L"+prefix+"/lib -Wl,-L/usr/lib/freeradius" - + " -Wl,-R"+prefix+"/lib'", + + " -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: