public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] bison: Requires at least m4 1.4.17-2.
@ 2016-12-13 13:10 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-12-13 13:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

Otherwise the forked child of bison will terminated
with a SEQV.

* Drop perl as build dependency which is not longer required.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 bison/bison.nm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bison/bison.nm b/bison/bison.nm
index 0a2af3d..bedeeae 100644
--- a/bison/bison.nm
+++ b/bison/bison.nm
@@ -5,7 +5,7 @@
 
 name       = bison
 version    = 3.0.4
-release    = 1
+release    = 2
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/bison/
@@ -23,8 +23,7 @@ sources    = %{thisapp}.tar.xz
 build
 	requires
 		flex >= 2.5.37
-		m4 >= 1.4.16
-		perl
+		m4 >= 1.4.17-2
 	end
 
 	configure_cmds
-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-13 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 13:10 [PATCH] bison: Requires at least m4 1.4.17-2 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox