remove debugging statement
[moonshot.git] / builder
diff --git a/builder b/builder
index 877d045..9666bd0 100755 (executable)
--- 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',