From: Sam Hartman Date: Thu, 16 May 2013 14:23:20 +0000 (-0400) Subject: Patch from Linus to avoid including freeradius ldflags as they are not needed X-Git-Tag: v0.9.6~132 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=74c1544f3e229380ee7852ffc696ea3977ea34bc Patch from Linus to avoid including freeradius ldflags as they are not needed --- 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,