aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-11-05 21:38:47 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-11-05 21:38:47 +0000
commit11f33f70f6331e838d312d7676ff05c3666707d6 (patch)
treea04bb085014f3670a8440bab3fe964e319632123 /recipes/gdb
parent97ae1779962922e110b3d990c23cac9f73aa0e21 (diff)
downloadopenembedded-11f33f70f6331e838d312d7676ff05c3666707d6.tar.gz
gdb-7.0: Always use --enable-static to work-around possible linking problems.
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb_7.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gdb/gdb_7.0.bb b/recipes/gdb/gdb_7.0.bb
index 9a4684409b..c3aa49d0e4 100644
--- a/recipes/gdb/gdb_7.0.bb
+++ b/recipes/gdb/gdb_7.0.bb
@@ -3,3 +3,6 @@ LICENSE = "GPLv3"
SRC_URI += "\
file://gdb-6.8-fix-compile-karmic.patch;patch=1"
+
+# Work-around problems while creating libbfd.a
+EXTRA_OECONF += "--enable-static"