From: Michael Tremer Date: Sun, 22 Jul 2012 09:04:53 +0000 (+0200) Subject: m4: Fix gnulib gets call. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8acc09c092a398fd196dfba4dd6ebb075c5557e2;p=ipfire-3.x.git m4: Fix gnulib gets call. --- diff --git a/m4/m4.nm b/m4/m4.nm index d49cb96b0..f1e3b59ee 100644 --- a/m4/m4.nm +++ b/m4/m4.nm @@ -5,7 +5,7 @@ name = m4 version = 1.4.16 -release = 2 +release = 3 groups = Applications/Text url = http://www.gnu.org/software/m4/ @@ -32,6 +32,8 @@ end packages package %{name} + provides += bundled(gnulib) + end package %{name}-debuginfo template DEBUGINFO diff --git a/m4/patches/m4-1.4.16-gnulib-gets.patch b/m4/patches/m4-1.4.16-gnulib-gets.patch new file mode 100644 index 000000000..51df5b08f --- /dev/null +++ b/m4/patches/m4-1.4.16-gnulib-gets.patch @@ -0,0 +1,13 @@ +diff -up m4-1.4.16/lib/stdio.in.h.orig m4-1.4.16/lib/stdio.in.h +--- m4-1.4.16/lib/stdio.in.h.orig 2012-05-30 13:55:51.092600199 +0200 ++++ m4-1.4.16/lib/stdio.in.h 2012-05-30 13:56:25.763794100 +0200 +@@ -162,7 +162,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not + so any use of gets warrants an unconditional warning. Assume it is + always declared, since it is required by C89. */ + #undef gets ++#if HAVE_RAW_DECL_GETS + _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ++#endif + + #if @GNULIB_FOPEN@ + # if @REPLACE_FOPEN@