X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=0b45f462adc702e64490208e0f5d4f1c139121bf;hb=e474cb4e684ec984a98ce2acd57a3b456aa23252;hp=877d0450705086f697bb70b62f21fe608cce97a5;hpb=a67c682cd877df2ff2e3c190e35b5618c4d31014;p=moonshot.git diff --git a/builder b/builder index 877d045..0b45f46 100755 --- a/builder +++ b/builder @@ -126,10 +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', + '--enable-tls', '--with-gssapi='+prefix, "--with-xmltooling="+prefix, ] if options.configure_opts is not None: