[gawk/f14/master] - add byacc to BuildRequires - follow updated libsigsegv option in configure script

Vojtěch Vítek vvitek at fedoraproject.org
Tue Nov 2 15:21:00 UTC 2010


commit ed4af000fb7266e3b785e0712968474fad22f953
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Tue Nov 2 15:58:11 2010 +0100

    - add byacc to BuildRequires
    - follow updated libsigsegv option in configure script

 gawk.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
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) <vvitek at redhat.com> - 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) <vvitek at redhat.com> - 3.1.8-2
 - fix #629196: Double free in free_wstr


More information about the scm-commits mailing list