From: Heiko Thiery <heiko.thiery@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] automake: add patch fixing GNU bug #25299
Date: Fri, 7 Apr 2017 14:33:37 +0200 [thread overview]
Message-ID: <1491568417-5355-1-git-send-email-heiko.thiery@gmail.com> (raw)
A bug in automake makes it impossible to build in an output directory
that contains an '@' character. But this is needed if you want to build
with jenkins' pipeline plugin.
This patch was proposed by Michael Brantley but is currently not applied
in the upstream automake repository.
Refer to: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25299
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
...character-in-installation-prefix-breaks-automake.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 package/automake/0003-at-character-in-installation-prefix-breaks-automake.patch
diff --git a/package/automake/0003-at-character-in-installation-prefix-breaks-automake.patch b/package/automake/0003-at-character-in-installation-prefix-breaks-automake.patch
new file mode 100644
index 0000000..3a5a571
--- /dev/null
+++ b/package/automake/0003-at-character-in-installation-prefix-breaks-automake.patch
@@ -0,0 +1,15 @@
+See bug report #25299 (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25299)
+
+Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
+
+--- a/bin/aclocal.in
++++ b/bin/aclocal.in
+@@ -69,7 +69,7 @@
+ # ACLOCAL_PATH environment variable, and reset with the '--system-acdir'
+ # option.
+ my @user_includes = ();
+-my @automake_includes = ("@datadir@/aclocal-$APIVERSION");
++my @automake_includes = ('@datadir@/aclocal-' . $APIVERSION);
+ my @system_includes = ('@datadir@/aclocal');
+
+ # Whether we should copy M4 file in $user_includes[0].
--
2.1.4
next reply other threads:[~2017-04-07 12:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 12:33 Heiko Thiery [this message]
2017-04-10 5:48 ` [Buildroot] [PATCH 1/1] automake: add patch fixing GNU bug #25299 Heiko Thiery
2017-04-10 14:10 ` Arnout Vandecappelle
2017-04-14 20:43 ` Thomas Petazzoni
2017-04-14 21:21 ` Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491568417-5355-1-git-send-email-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox