Patch from Linus to avoid including freeradius ldflags as they are not needed
authorSam Hartman <hartmans@debian.org>
Thu, 16 May 2013 14:23:20 +0000 (10:23 -0400)
committerSam Hartman <hartmans@debian.org>
Thu, 16 May 2013 14:23:20 +0000 (10:23 -0400)
builder

diff --git a/builder b/builder
index 369db0e..2174308 100755 (executable)
--- a/builder
+++ b/builder
@@ -140,8 +140,7 @@ prefix = options.prefix
 root_command = options.root_command
 dist = options.dist
 configure_opts = ['--prefix', prefix,
-                  "LDFLAGS=-Wl,-L"+prefix+"/lib -Wl,-L/usr/lib/freeradius"
-                  + " -Wl,-rpath="+prefix+"/lib",
+                  "LDFLAGS=-Wl,-L"+prefix+"/lib -Wl,-rpath="+prefix+"/lib",
                   'CPPFLAGS=-I '+prefix+'/include',
                   '--with-system-libtool', '--with-system-libltdl',
                   '--enable-tls', '--with-gssapi='+prefix,