GIT Log for 2009-12-10 00:33 GMT
commit 6da2a01b44f62c22fabb6e4f44d2f92c0cfb6563 Author: Alan T. DeKok <aland@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(-)
participants (1)
-
aland@deployingradius.com