[Buildroot] [PATCH-2019.02.x] package/cups-filters: fix ln -r workaround for older patch versions

Carlos Santos unixmania at gmail.com
Sat Oct 5 01:42:37 UTC 2019


On Fri, Oct 4, 2019 at 8:55 AM Peter Korsgaard <peter at korsgaard.com> wrote:
>
> Fixes:
> http://autobuild.buildroot.net/results/d06/d06f908cbe80340312bdfe1b75cb577b68cd46d8/
>
> 0001-install-support-old-ln-versions-without-the-r-option.patch adds a
> ln-srf script for older distributions to emulate 'ln -r', but GNU patch <
> 2.7 does not handle the git patch permission extensions - So ensure it is
> executable.
>
> https://savannah.gnu.org/forum/forum.php?forum_id=7361
>
> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
> ---
>  package/cups-filters/cups-filters.mk | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
> index 292c8e9be9..e5d7318961 100644
> --- a/package/cups-filters/cups-filters.mk
> +++ b/package/cups-filters/cups-filters.mk
> @@ -22,6 +22,16 @@ CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
>         --with-pdftops=pdftops \
>         --with-jpeg
>
> +# 0001-install-support-old-ln-versions-without-the-r-option.patch adds
> +# a ln-srf script for older distributions, but GNU patch < 2.7 does
> +# not handle the git patch permission extensions - So ensure it is
> +# executable
> +define CUPS_FILTERS_MAKE_LN_SRF_EXECUTABLE
> +       chmod +x $(@D)/ln-srf
> +endef
> +
> +CUPS_FILTERS_POST_PATCH_HOOKS += CUPS_FILTERS_MAKE_LN_SRF_EXECUTABLE
> +
>  # After 0002-filter-texttotext.c-link-with-libiconv-if-needed.patch autoreconf
>  # needs config.rpath and ABOUT-NLS, which are not in v1.25.4 yet. Fake them.
>  define CUPS_FILTERS_ADD_MISSING_FILE
> --
> 2.20.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Reviewed-by: Carlos Santos <unixmania at gmail.com>



More information about the buildroot mailing list