From 74c1544f3e229380ee7852ffc696ea3977ea34bc Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 16 May 2013 10:23:20 -0400 Subject: [PATCH] Patch from Linus to avoid including freeradius ldflags as they are not needed --- builder | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/builder b/builder index 369db0e..2174308 100755 --- 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, -- 2.1.4