From: Colin Foster <colin.foster@in-advantage.com>
To: Francois Perrad <fperrad@gmail.com>
Cc: buildroot@busybox.net
Subject: Re: [Buildroot] [PATCH] package/mstpd: fix install path
Date: Sat, 9 Jul 2022 12:14:54 -0700 [thread overview]
Message-ID: <YsnTriEeceiippZr@euler> (raw)
In-Reply-To: <20220709155557.2907518-1-francois.perrad@gadz.org>
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@gadz.org>
If you use these:
Tested-by: Colin Foster <colin.foster@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@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-07-09 19:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-09 15:55 [Buildroot] [PATCH] package/mstpd: fix install path Francois Perrad
2022-07-09 19:14 ` Colin Foster [this message]
2022-07-18 10:20 ` Thomas Petazzoni via buildroot
2022-08-10 15:29 ` Peter Korsgaard
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=YsnTriEeceiippZr@euler \
--to=colin.foster@in-advantage.com \
--cc=buildroot@busybox.net \
--cc=fperrad@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.