--with-system-libtldl broken on stable

Jakob Hirsch jh at plonk.de
Wed Oct 7 14:32:53 CEST 2009


Hi,

easy fix:

diff --git a/configure.in b/configure.in
index 770068d..c7d41e6 100644
--- a/configure.in
+++ b/configure.in
@@ -75,7 +75,7 @@ fi
 AC_ARG_WITH(system-libtldl,
 [  --with-system-libtldl   Use the libtltdl installed in your system
(default=use our own)],
 [
-LIBLTDL="-ltdl"
+LIBLTDL="-lltdl"
 INCLTDL=
 LTDL_SUBDIRS=
 ],


I'm not a expert in these things, so please excuse my dumb asking:
Why does freeradius want to use his own libtool and libltdl? Are the
ones out there that broken or is there any other reason?
And are there disadvantages of using the ones included in FR? Debian
seems to prefer the system's...


Regards,
Jakob



More information about the Freeradius-Devel mailing list