Bump target libtool to the same version as host libtool.
Nicer than having two different versions.
Provides a dlopen wrapper.
Used by a few programs to resolve runtime plugins etc.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/libltdl.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libltdl.make b/rules/libltdl.make
index 7b0c7ff5d..cbe81bb12 100644
--- a/rules/libltdl.make
+++ b/rules/libltdl.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBLTDL) += libltdl
 #
 # Paths and names
 #
-LIBLTDL_VERSION        := 2.4.3
-LIBLTDL_MD5    := ec4dabd3bc580dc188197d4d5eb95fe3
+LIBLTDL_VERSION        := 2.4.7
+LIBLTDL_MD5    := ed40528d8a066ee3fffd714588721cff
 LIBLTDL                := libtool-$(LIBLTDL_VERSION)
 LIBLTDL_SUFFIX := tar.gz
 LIBLTDL_URL    := $(call ptx/mirror, GNU, libtool/$(LIBLTDL).$(LIBLTDL_SUFFIX))
-- 
2.34.1


Reply via email to