From 11f33f70f6331e838d312d7676ff05c3666707d6 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 5 Nov 2009 21:38:47 +0000 Subject: gdb-7.0: Always use --enable-static to work-around possible linking problems. --- recipes/gdb/gdb_7.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gdb/gdb_7.0.bb') 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" -- cgit 1.2.3-korg