From: Stanislav Brabec Date: Thu, 5 Nov 2009 21:38:47 +0000 (+0000) Subject: gdb-7.0: Always use --enable-static to work-around possible linking problems. X-Git-Tag: Release-2010-05/1~1751^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f33f70f6331e838d312d7676ff05c3666707d6;p=openembedded.git gdb-7.0: Always use --enable-static to work-around possible linking problems. --- 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"