From b1f447b3b012f58845e0491e8bd0c6f90cd384a7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 24 Jul 2008 13:59:23 +0000 Subject: [PATCH] Use built-in libtool headers (#2731) SVN-Revision: 11917 --- net/freeradius/patches/010-ltdl.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net/freeradius/patches/010-ltdl.patch diff --git a/net/freeradius/patches/010-ltdl.patch b/net/freeradius/patches/010-ltdl.patch new file mode 100644 index 0000000000..ce2ec5ba30 --- /dev/null +++ b/net/freeradius/patches/010-ltdl.patch @@ -0,0 +1,24 @@ +diff -urN freeradius-1.1.6.old/src/include/modpriv.h freeradius-1.1.6/src/include/modpriv.h +--- freeradius-1.1.6.old/src/include/modpriv.h 2008-02-16 11:27:01.000000000 -0500 ++++ freeradius-1.1.6/src/include/modpriv.h 2008-02-16 11:26:24.000000000 -0500 +@@ -4,7 +4,7 @@ + * Version: $Id: modpriv.h,v 1.3 2004/02/26 19:04:19 aland Exp $ */ + #include "radiusd.h" + #include "modules.h" +-#include "ltdl.h" ++#include "../../libltdl/ltdl.h" + + /* + * Keep track of which modules we've loaded. +diff -urN freeradius-1.1.6/src/main/modules.c freeradius-1.1.6.old/src/main/modules.c +--- freeradius-1.1.6/src/main/modules.c 2008-02-16 11:42:36.000000000 -0500 ++++ freeradius-1.1.6.old/src/main/modules.c 2008-02-16 11:42:14.000000000 -0500 +@@ -36,7 +36,7 @@ + #include "modules.h" + #include "modcall.h" + #include "conffile.h" +-#include "ltdl.h" ++#include "../../libltdl/ltdl.h" + #include "rad_assert.h" + + /* -- 2.30.2