From 011e23d0943aae72d5a9f9c109055e45d10362c8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 7 Sep 2007 21:31:01 +0000 Subject: Add D.U.M.A. 2_5_8 and associated patches. Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-( --- config/tools/libelf.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/tools') diff --git a/config/tools/libelf.in b/config/tools/libelf.in index 52ce7c46..d39fbf22 100644 --- a/config/tools/libelf.in +++ b/config/tools/libelf.in @@ -28,6 +28,10 @@ config LIBELF_V_0_8_9 bool prompt "0.8.9" +config LIBELF_V_0_8_10 + bool + prompt "0.8.10" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -36,6 +40,7 @@ config LIBELF_VERSION string default "0.8.8" if LIBELF_V_0_8_8 default "0.8.9" if LIBELF_V_0_8_9 + default "0.8.10" if LIBELF_V_0_8_10 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! -- cgit v1.2.3