X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=0b45f462adc702e64490208e0f5d4f1c139121bf;hb=368f76f971b3740ef4a8eec7929006076280c1f6;hp=877d0450705086f697bb70b62f21fe608cce97a5;hpb=9890612c185caf63983cb1faebcb2406af9cd349;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: