GIT Log for 2009-12-10 00:33 GMT
aland
aland at deployingradius.com
Thu Dec 10 01:33:01 CET 2009
commit 6da2a01b44f62c22fabb6e4f44d2f92c0cfb6563
Author: Alan T. DeKok <aland at freeradius.org>
Date: Wed Dec 9 15:48:30 2009 +0100
Template code to use lt_dladvise()
The libtool people have discovered that it's useful to allow
*additional* features from linking. Like allowing libraries to
link to libraries. Using this magic API allows FreeRADIUS to load
the Perl module, which in turn loads other modules, which in turn
load dynamic libraries. Right now, it complains because of
limitations in libltdl.
We COULD do these checks in 2.1.8, but that involves either adding
configure checks, OR upgrading our version of libltdl. We don't want
to do either.
src/main/modules.c | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
More information about the Freeradius-Devel
mailing list