From 15c519d391589d9696a661cca1e37c273d6e08e6 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 25 Mar 2011 08:44:03 -0400 Subject: [PATCH 1/1] s:-R:-rpath: for mac builds --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 877d045..83c25e5 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,-R"+prefix+"/lib'", + + " -Wl,-rpath"+prefix+"/lib'", 'CPPFLAGS="-I '+prefix+'/include"', '--with-system-libtool', '--with-system-libltdl', '--enable-tls', -- 2.1.4