From: Sam Hartman Date: Fri, 25 Mar 2011 12:44:03 +0000 (-0400) Subject: s:-R:-rpath: for mac builds X-Git-Tag: tr-beta1~282 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=15c519d391589d9696a661cca1e37c273d6e08e6;hp=39b88c138a20af78346ee16b8827715407bb2ca9;p=moonshot.git s:-R:-rpath: for mac builds --- 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',