X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=0b45f462adc702e64490208e0f5d4f1c139121bf;hb=5d0802047f1edee5ca90b972e1ef3743757e7df9;hp=d0414d9c6fde540dc574829af2c844deabd9a789;hpb=05f3f05b071c6edd3007e22bb3dd77e796a99210;p=moonshot.git diff --git a/builder b/builder index d0414d9..0b45f46 100755 --- a/builder +++ b/builder @@ -126,9 +126,11 @@ 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: configure_opts.extend(options.configure_opts)