From: Sam Hartman Date: Wed, 2 Dec 2015 16:54:52 +0000 (-0500) Subject: Another try at ldflags X-Git-Tag: v0.9.6~8 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=4fe2e3ef25e9f72fa00820e9e45c7810e12596eb Another try at ldflags --- diff --git a/builder b/builder index e21c767..af14e55 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=-Wl,-L"+prefix+"/lib -Wl,--rpath="+prefix+"/lib", 'CPPFLAGS=-I '+prefix+'/include', '--with-system-libtool', '--with-system-libltdl', '--enable-tls', '--with-gssapi='+prefix,