[Buildroot] [PATCH 1/1] automake: add patch fixing GNU bug #25299

Heiko Thiery heiko.thiery at gmail.com
Mon Apr 10 05:48:21 UTC 2017


2017-04-07 14:33 GMT+02:00 Heiko Thiery <heiko.thiery at gmail.com>:

> 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 at 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 at 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
>
>
Can someone give me some feedback if this patch is ok and will be accepted?

BR,
Heiko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170410/c2e26504/attachment-0002.html>


More information about the buildroot mailing list