[oe-commits] Stanislav Brabec : gdb-7.0: Always use --enable-static to work-around possible linking problems.

git version control git at git.openembedded.org
Sun Nov 8 16:28:17 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 11f33f70f6331e838d312d7676ff05c3666707d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11f33f70f6331e838d312d7676ff05c3666707d6

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Nov  5 21:38:47 2009 +0000

gdb-7.0: Always use --enable-static to work-around possible linking problems.

---

 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 9a46844..c3aa49d 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"





More information about the Openembedded-commits mailing list