From faca3477617cdabe7b425e6e9db16be4fedfb98f Mon Sep 17 00:00:00 2001 From: Vojtech Vitek (V-Teq) Date: Nov 02 2010 14:58:11 +0000 Subject: - add byacc to BuildRequires - follow updated libsigsegv option in configure script --- diff --git a/gawk.spec b/gawk.spec index ae79590..3f14a40 100644 --- a/gawk.spec +++ b/gawk.spec @@ -16,6 +16,7 @@ Patch1: gawk-3.1.8-double-free-wstptr.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +BuildRequires: byacc %description The gawk package contains the GNU version of awk, a text processing @@ -31,7 +32,7 @@ considered to be a standard Linux tool for processing text. %patch1 -p0 -b .double-free-wstptr %build -%configure --bindir=/bin --disable-libsigsegv +%configure --bindir=/bin --with-libsigsegv-prefix=no make %{?_smp_mflags} %check @@ -79,6 +80,8 @@ fi %changelog * Tue Nov 02 2010 Vojtech Vitek (V-Teq) - 3.1.8-3 - fix syntax issues #528623, #528625 +- add byacc to BuildRequires +- follow updated libsigsegv option in configure script * Tue Nov 02 2010 Vojtech Vitek (V-Teq) - 3.1.8-2 - fix #629196: Double free in free_wstr