From 6d8573cac0d4d8f884ba4d003013a88d8daa9012 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 2 Dec 2015 11:32:05 -0500 Subject: [PATCH] Try fixing quoting for ldflags --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index ac46689..e21c767 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, -- 2.1.4