From d6b2b85b594b8905ea10a93938270eca92e59e04 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 25 Mar 2011 08:51:54 -0400 Subject: [PATCH] Fix typo --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 83c25e5..9666bd0 100755 --- a/builder +++ b/builder @@ -126,7 +126,7 @@ prefix = options.prefix root_command = options.root_command configure_opts = ['--prefix', prefix, "LDFLAGS='-Wl,-L"+prefix+"/lib -Wl,-L/usr/lib/freeradius" - + " -Wl,-rpath"+prefix+"/lib'", + + " -Wl,-rpath="+prefix+"/lib'", 'CPPFLAGS="-I '+prefix+'/include"', '--with-system-libtool', '--with-system-libltdl', '--enable-tls', -- 2.1.4