From 4177b134a2e2357080c7b00bffe2431b1fd16254 Mon Sep 17 00:00:00 2001 From: aoliva Date: Thu, 15 Jun 2006 11:24:22 +0000 Subject: [PATCH] - Require flex at build time. --- gdb.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb.spec b/gdb.spec index fcfa65b..24706c2 100644 --- a/gdb.spec +++ b/gdb.spec @@ -293,6 +293,7 @@ Patch178: gdb-6.3-catch-debug-registers-error-20060527.patch Patch179: gdb-6.3-ia32el-fix-waitpid-20060615.patch BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu gettext +BuildRequires: flex %ifarch ia64 BuildRequires: libunwind >= 0.96-3 @@ -569,6 +570,7 @@ fi %changelog * Thu Jun 15 2006 Alexandre Oliva - 6.3.0.0-1.132 +- Require flex at build time. - Additional patch for BZ 175083, to cope with waitpid setting status even when returning zero.