From 49a431f8724dd0506241174b5f791c081f4db304 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 2 Dec 2015 10:38:42 -0500 Subject: [PATCH] Don't use -Wl, for -L in builder --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.1.4