- add byacc to BuildRequires
- follow updated libsigsegv option in configure script
This commit is contained in:
parent
98fd9942b1
commit
faca347761
@ -16,6 +16,7 @@ Patch1: gawk-3.1.8-double-free-wstptr.patch
|
|||||||
|
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
BuildRequires: byacc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gawk package contains the GNU version of awk, a text processing
|
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
|
%patch1 -p0 -b .double-free-wstptr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --bindir=/bin --disable-libsigsegv
|
%configure --bindir=/bin --with-libsigsegv-prefix=no
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -79,6 +80,8 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 02 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 3.1.8-3
|
* Tue Nov 02 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 3.1.8-3
|
||||||
- fix syntax issues #528623, #528625
|
- 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@redhat.com> - 3.1.8-2
|
* Tue Nov 02 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 3.1.8-2
|
||||||
- fix #629196: Double free in free_wstr
|
- fix #629196: Double free in free_wstr
|
||||||
|
Loading…
Reference in New Issue
Block a user