commit c0b41a30bff50e7b8d207a9397e5df2a25dc5e64 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 5 18:26:08 2009 +0200 Replace references to <ltdl.h> with <freeradius-devel/modpriv.h> As part of our grand plan to better the world by ridding it of libltdl. Files changed: src/modules/rlm_eap/rlm_eap.h | 2 +- src/modules/rlm_sql/rlm_sql.c | 1 - src/modules/rlm_sql/rlm_sql.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) ====================================================================== commit 59a5fefe5dd96082c7acc4ac7608a7e3639ff6f4 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 5 18:17:26 2009 +0200 First stab at removing libltdl. The code is protected by preprocessor directives so that it doesn't affect the release. But it's a good first step to removing insanity. Files changed: src/include/modpriv.h | 4 +- src/main/modules.c | 82 ++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 70 insertions(+), 16 deletions(-) ====================================================================== commit 6840a546d793271a36cdf331a1492a49573c11ee Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 5 17:54:43 2009 +0200 Reference $(INCLTDL) instead of fixed link This means that all of the system builds with the same version of libltdl, either the local OR the system one Files changed: src/modules/rules.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 1d13cb96006240e5c11705e2f7e404d1a1e2099d Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 5 17:37:31 2009 +0200 Work around insane retarded libtool && libltdl issues. Files changed: src/main/modules.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) ======================================================================