enable --enable-tls because we probably want it and libradsec fails without it.
authorSam Hartman <hartmans@painless-security.com>
Tue, 15 Mar 2011 01:05:41 +0000 (21:05 -0400)
committerSam Hartman <hartmans@painless-security.com>
Tue, 15 Mar 2011 01:17:15 +0000 (21:17 -0400)
builder

diff --git a/builder b/builder
index 243627f..877d045 100755 (executable)
--- 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: