[Lunar-commits] <moonbase> gdb: compilation fix
Paul Bredbury
brebs at lunar-linux.org
Sat Sep 26 08:35:52 CEST 2009
commit 9aec59d7fdc26bb00434719afe6389ef6550a012
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sat Sep 26 13:35:52 2009 +0700
gdb: compilation fix
---
devel/gdb/BUILD | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/devel/gdb/BUILD b/devel/gdb/BUILD
index 5d69bf2..ffaae90 100644
--- a/devel/gdb/BUILD
+++ b/devel/gdb/BUILD
@@ -1,5 +1,10 @@
(
+ # Fixes compilation error:
+ # eval.c: In function 'evaluate_subexp_standard':
+ # eval.c:1705: error: 'subscript_array' may be used uninitialized in this function
+ OPTS+=" --disable-werror" &&
+
OPTS+=" --host=$BUILD --libdir=$MODULE_PREFIX/lib/gdb \
--includedir=$MODULE_PREFIX/include/gdb" &&
More information about the Lunar-commits
mailing list