vapier      14/10/31 19:25:38

  Added:                dash-0.5.8.1-eval-warnx.patch
  Log:
  Disable LINENO support via the new configure flag #527644 by Alexander Tsoy.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.1                  app-shells/dash/files/dash-0.5.8.1-eval-warnx.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/files/dash-0.5.8.1-eval-warnx.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/files/dash-0.5.8.1-eval-warnx.patch?rev=1.1&content-type=text/plain

Index: dash-0.5.8.1-eval-warnx.patch
===================================================================
fix one of the Debian patches -- it uses warnx but doesn't include err.h.

--- a/src/eval.c
+++ b/src/eval.c
@@ -36,6 +36,7 @@
 #include <signal.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <err.h>
 
 /*
  * Evaluate a command.




Reply via email to