summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-07 21:31:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-07 21:31:01 (GMT)
commit011e23d0943aae72d5a9f9c109055e45d10362c8 (patch)
tree7ebc36a0ae1abb0deb188ce099a7b120b7e7e51c /config
parentc77336fb3d2b3205fee12e2e0cd44c0127bfce50 (diff)
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... :-(
Diffstat (limited to 'config')
-rw-r--r--config/debug/duma.in13
-rw-r--r--config/tools/libelf.in5
2 files changed, 8 insertions, 10 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in
index f165d5f..4148f24 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -30,15 +30,9 @@ config DUMA_V_2_5_1
bool
prompt "2_5_1"
-config DUMA_V_2_5_2
+config DUMA_V_2_5_8
bool
- prompt "2_5_2"
- depends on BROKEN
-
-config DUMA_V_2_5_3
- bool
- prompt "2_5_3"
- depends on BROKEN
+ prompt "2_5_8"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -47,8 +41,7 @@ endchoice
config DUMA_VERSION
string
default "2_5_1" if DUMA_V_2_5_1
- default "2_5_2" if DUMA_V_2_5_2
- default "2_5_3" if DUMA_V_2_5_3
+ default "2_5_8" if DUMA_V_2_5_8
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index 52ce7c4..d39fbf2 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!