[Buildroot] [PATCH v3] package/lzop: bump to version 1.04

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Mar 12 17:44:38 UTC 2023


Hello,

On Sun, 26 Feb 2023 12:33:08 +0100
Casey Reeves <casey at xogium.me> wrote:

> +LZOP_LIBTOOL_PATCH=NO

Spaces needed around = sign.

> +define LZOP_LIBTOOL_FIXUP
> +	patch -i support/libtool/buildroot-libtool-v2.4.4.patch $(@D)/autoconf/ltmain.sh
> +endef
> +
> +LZOP_POST_PATCH_HOOKS += LZOP_LIBTOOL_FIXUP

Even though admittedly the libtool fixup is probably not that needed
for the host package, the host-autotools-package infra normally applies
the libtool fixup as well. So I've added:

HOST_LZOP_POST_PATCH_HOOKS += LZOP_LIBTOOL_FIXUP

I've also added a small comment above this to explain why we're doing
the libtool fixup manually.

Applied to next with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com



More information about the buildroot mailing list