Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/dash/files: dash-0.5.8.1-eval-warnx.patch
Date: Fri, 31 Oct 2014 19:25:44
Message-Id: 20141031192538.9D388928E@oystercatcher.gentoo.org
1 vapier 14/10/31 19:25:38
2
3 Added: dash-0.5.8.1-eval-warnx.patch
4 Log:
5 Disable LINENO support via the new configure flag #527644 by Alexander Tsoy.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.1 app-shells/dash/files/dash-0.5.8.1-eval-warnx.patch
11
12 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
13 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
14
15 Index: dash-0.5.8.1-eval-warnx.patch
16 ===================================================================
17 fix one of the Debian patches -- it uses warnx but doesn't include err.h.
18
19 --- a/src/eval.c
20 +++ b/src/eval.c
21 @@ -36,6 +36,7 @@
22 #include <signal.h>
23 #include <unistd.h>
24 #include <sys/types.h>
25 +#include <err.h>
26
27 /*
28 * Evaluate a command.