[Buildroot] [PATCH] package/mstpd: fix install path

Colin Foster colin.foster at in-advantage.com
Sat Jul 9 19:14:54 UTC 2022


On Sat, Jul 09, 2022 at 05:55:57PM +0200, Francois Perrad wrote:
> note: the current configuration works only if BR2_ROOTFS_MERGED_USR is enabled
> Signed-off-by: Francois Perrad <francois.perrad at gadz.org>

If you use these:

Tested-by: Colin Foster <colin.foster at in-advantage.com>

I'll fix up MSTPD as well, since it is currently incompatible with
busybox `pidof` and we'll be off to the races!

> ---
>  package/mstpd/mstpd.mk | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/mstpd/mstpd.mk b/package/mstpd/mstpd.mk
> index 907d09424..22c91a639 100644
> --- a/package/mstpd/mstpd.mk
> +++ b/package/mstpd/mstpd.mk
> @@ -10,4 +10,7 @@ MSTPD_AUTORECONF = YES
>  MSTPD_LICENSE = GPL-2.0, RSA Data Security (md5)
>  MSTPD_LICENSE_FILES = LICENSE hmac_md5.c
>  
> +# mstpd requires that it is installed into /sbin, not /usr/sbin
> +MSTPD_CONF_OPTS = --sbindir=/sbin
> +
>  $(eval $(autotools-package))
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot



More information about the buildroot mailing list