X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=ca689950aea970e2702b5b977f8b4ca83f4d1e04;hb=49a431f8724dd0506241174b5f791c081f4db304;hp=ac46689e0656b7a2e32bc206d9113a227b25ccd5;hpb=a421e08b158726c2e9f2640215fa4b36ed57056e;p=moonshot.git diff --git a/builder b/builder index ac46689..ca68995 100755 --- a/builder +++ b/builder @@ -148,7 +148,7 @@ prefix = options.prefix root_command = options.root_command dist = options.dist configure_opts = ['--prefix', prefix, - "LDFLAGS=-Wl,-L"+prefix+"/lib -Wl,-rpath="+prefix+"/lib", + "LDFLAGS=-L"+prefix+"/lib -Wl,-rpath="+prefix+"/lib", 'CPPFLAGS=-I '+prefix+'/include', '--with-system-libtool', '--with-system-libltdl', '--enable-tls', '--with-gssapi='+prefix,