X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=0b45f462adc702e64490208e0f5d4f1c139121bf;hb=413f51dfd4fe5a9b992c3f7438e27ad00f0a8d8f;hp=83c25e5542e9fb8c2476775cac15e0beb6244921;hpb=15c519d391589d9696a661cca1e37c273d6e08e6;p=moonshot.git diff --git a/builder b/builder index 83c25e5..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,-rpath"+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: