diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-11-05 21:38:47 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-11-05 21:38:47 +0000 |
commit | 11f33f70f6331e838d312d7676ff05c3666707d6 (patch) | |
tree | a04bb085014f3670a8440bab3fe964e319632123 /recipes/gdb | |
parent | 97ae1779962922e110b3d990c23cac9f73aa0e21 (diff) |
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.bb | 3 |
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" |