From a67c682cd877df2ff2e3c190e35b5618c4d31014 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 14 Mar 2011 21:05:41 -0400 Subject: [PATCH] enable --enable-tls because we probably want it and libradsec fails without it. --- builder | 1 + 1 file changed, 1 insertion(+) diff --git a/builder b/builder index 243627f..877d045 100755 --- a/builder +++ b/builder @@ -129,6 +129,7 @@ configure_opts = ['--prefix', prefix, + " -Wl,-R"+prefix+"/lib'", 'CPPFLAGS="-I '+prefix+'/include"', '--with-system-libtool', '--with-system-libltdl', + '--enable-tls', "--with-xmltooling="+prefix, ] if options.configure_opts is not None: -- 2.1.4