Another try at ldflags
authorSam Hartman <hartmans@debian.org>
Wed, 2 Dec 2015 16:54:52 +0000 (11:54 -0500)
committerSam Hartman <hartmans@debian.org>
Wed, 2 Dec 2015 16:54:52 +0000 (11:54 -0500)
builder

diff --git a/builder b/builder
index e21c767..af14e55 100755 (executable)
--- 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,