X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=ca689950aea970e2702b5b977f8b4ca83f4d1e04;hb=49a431f8724dd0506241174b5f791c081f4db304;hp=9a924ca1e0c730701fbcfa4f965bca7222314a13;hpb=85548f5abb6b554d8ba1627e12c8bbc903a32ab9;p=moonshot.git diff --git a/builder b/builder index 9a924ca..ca68995 100755 --- a/builder +++ b/builder @@ -148,11 +148,12 @@ 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, "--with-xmltooling="+prefix, + '--with-systemdsystemunitdir=' + prefix+'/lib/systemd', ] if options.configure_opts is not None: configure_opts.extend(options.configure_opts)